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

7
Cargo.toml Normal file
View File

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