We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rand
rand_xoshiro
1 parent 3231cee commit ddf6e3cCopy full SHA for ddf6e3c
testcrate/Cargo.toml
@@ -8,14 +8,11 @@ edition = "2018"
8
test = false
9
doctest = false
10
11
-[build-dependencies]
12
-rand = "0.7"
13
-
14
[dependencies]
15
# For fuzzing tests we want a deterministic seedable RNG. We also eliminate potential
16
# problems with system RNGs on the variety of platforms this crate is tested on.
17
# `xoshiro128**` is used for its quality, size, and speed at generating `u32` shift amounts.
18
-rand_xoshiro = "0.4"
+rand_xoshiro = "0.6"
19
20
[dependencies.compiler_builtins]
21
path = ".."
0 commit comments