Closed jrmuizel closed 5 years ago
Why is the rand
stuff commented out? It should work fine on miri since it uses new_unseeded
, which uses a constant seed and should not use the OS random number generator.
I didn't mean to include the rand
stuff. I haven't investigated why it's not working with miri
yet.
I've pushed a new version that doesn't have it.
There seems to be a build failure on 1.17. Ignore the failure on nightly, that's a different issue.
You'll want to bump the minimum Rust version to 1.22 in .travis.yml.
Thanks!
This removes the hack implementation that was needed before these functions were stabilized in 1.17. This also fixes a pointer out-of-bounds error when running the tests under miri.