We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don’t need to depend on all the other RNGs, only the interfaces are necessary.
The text was updated successfully, but these errors were encountered:
Tracking issue for this seems to be rust-random/rand#232
Sorry, something went wrong.
We have a pre-release available: https://crates.io/crates/rand_core/0.1.0-pre.0
I was looking into implementing it, but I got stuck on [T]::align_to not yet being implemented, so that will have to happen first.
[T]::align_to
I released 0.2.0 that depends on rand_core 0.2.0 now.
Yay!
Honestly, implementation of try_fill_bytes was a pain and took me ages, but hey, I did it :)
try_fill_bytes
No branches or pull requests
Don’t need to depend on all the other RNGs, only the interfaces are necessary.
The text was updated successfully, but these errors were encountered: