Change to weak_rng.

This commit is contained in:
2018-05-10 14:36:28 +02:00
parent d3799c8bfa
commit f9069e12bb
3 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ name = "parabole"
path = "examples/parabole.rs"
[dev-dependencies]
rand = "0.3"
rand = "0.4"
criterion = "0.2"
[[bench]]