Skip to content
New issue

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

Migrate to rand-core when it is available #1

Closed
nagisa opened this issue Feb 8, 2018 · 4 comments
Closed

Migrate to rand-core when it is available #1

nagisa opened this issue Feb 8, 2018 · 4 comments

Comments

@nagisa
Copy link
Owner

nagisa commented Feb 8, 2018

Don’t need to depend on all the other RNGs, only the interfaces are necessary.

@nagisa
Copy link
Owner Author

nagisa commented Feb 8, 2018

Tracking issue for this seems to be rust-random/rand#232

@dhardy
Copy link

dhardy commented Mar 24, 2018

We have a pre-release available: https://crates.io/crates/rand_core/0.1.0-pre.0

@nagisa
Copy link
Owner Author

nagisa commented Mar 27, 2018

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.

@nagisa
Copy link
Owner Author

nagisa commented Jul 19, 2018

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 :)

@nagisa nagisa closed this as completed Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants