Initial commit
This commit is contained in:
commit
fc832a1340
8 changed files with 1684 additions and 0 deletions
30
Cargo.toml
Normal file
30
Cargo.toml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[package]
|
||||
name = "randbench"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
aes-prng = "0.2.2"
|
||||
acorn_prng = "4.0.0"
|
||||
bsd4random = "0.9.0"
|
||||
fast_rands = { version = "0.15.4", default-features = false, features = ["std"] }
|
||||
fastrand = "2.3.0"
|
||||
frand = "0.10.1"
|
||||
mcg59 = "0.9.4"
|
||||
nanorand = "0.8.0"
|
||||
prng_mt = "0.1.0"
|
||||
quad-rand = "0.2.3"
|
||||
rand = "0.9.2"
|
||||
rand_core_06 = { package = "rand_core", version = "0.6.4" }
|
||||
rand_xoshiro = "0.7.0"
|
||||
romu = "0.7.0"
|
||||
shishua = "0.2.0"
|
||||
simd_rand = { git = "https://github.com/martinothamar/simd-rand.git", rev = "faff5f147e2e9d57385f94a7c3f2f72ae212ab16" }
|
||||
simplerand = "1.6.0"
|
||||
tiny_prng = "0.2.5"
|
||||
tinyrand = "0.5.0"
|
||||
wyhash = "0.6.0"
|
||||
wyrand = "0.3.2"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
Loading…
Add table
Add a link
Reference in a new issue