31 lines
708 B
TOML
31 lines
708 B
TOML
[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_core_10 = { package = "rand_core", version = "0.10.0" }
|
|
rand_xoshiro = "0.8.0"
|
|
romu = "0.8.0"
|
|
shishua = "0.2.0"
|
|
simd_rand = { version = "0.1.0", features = ["portable"] }
|
|
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"
|