Update deps

This commit is contained in:
Pascal Engélibert 2026-02-02 22:21:01 +01:00
commit e743ec1b73
4 changed files with 151 additions and 133 deletions

View file

@ -16,10 +16,11 @@ 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"
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 = { git = "https://github.com/martinothamar/simd-rand.git", rev = "faff5f147e2e9d57385f94a7c3f2f72ae212ab16" }
simd_rand = { version = "0.1.0", features = ["portable"] }
simplerand = "1.6.0"
tiny_prng = "0.2.5"
tinyrand = "0.5.0"