-
Notifications
You must be signed in to change notification settings - Fork 96
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
rand::Rand
is deprecated -- update rand
version and Convert to distributions::Standard
#145
Comments
rand::Rand
is deprecated -- Convert to rand::distributions::Standard
rand::Rand
is deprecated -- update rand
version and Convert to distributions::Standard
The only obstacle with that is that pairing still uses rand 0.4, so I guess let x: Fq = rand::random(); wouldn't work anymore? |
I see. Ok well we might have to update it there too. |
We (well, I) knew that I have no idea how easy it will be to get |
Well I've updated most of my crates that use rand to 0.5. It's mostly a find and replace but we'll have to see. Not a high priority. |
We're using rand 0.6.5 now. Closing this. |
TODO
The text was updated successfully, but these errors were encountered: