random number generator

This commit is contained in:
Literally A Penguin 2024-09-25 18:09:50 -05:00 committed by GitHub
parent ac242b35b8
commit dbb73578f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "random"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8"