- #35 Change
test_rng
to returnimpl Rng
, and make the output randomized by default when thestd
feature is set. Introduces aDETERMINISTIC_TEST_RNG
environment variable that forces the old deterministic behavior whenDETERMINISTIC_TEST_RNG=1
is set.
- #32 Bump
rand
to 0.8 and remove the use ofrand_xorshift
.
- #34 Re-export
num_traits::{One, Zero}
fromark-std
.