feat: Implemented basic rng for integer comparison

This commit is contained in:
2025-10-16 12:23:04 +05:30
parent 4a29b8ca0d
commit b58ede8bb2
3 changed files with 173 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "rust-poker"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.8.5"