[core] Random Number Generator
Implement a random number generator as a thin wrapper around rand::StdRng. Provide some default seed data to get consistent random numbers.
This commit is contained in:
parent
f47654cc98
commit
6d0df32f74
4 changed files with 143 additions and 2 deletions
|
@ -6,4 +6,5 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rand = "0.9.1"
|
||||
thiserror = "2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue