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
We need to provide at least system random for seeding.
See also
Parallel Random Numbers: As Easy as 1, 2, 3 John K. Salmon, Mark A. Moraes, Ron O. Dror, and David E. Shaw https://thesalmons.org/john/random123/papers/random123sc11.pdf https://github.com/DEShawResearch/random123
Fast-key-erasure random-number generators Daniel J. Bernstein https://blog.cr.yp.to/20170723-random.html https://github.com/floodyberry/supercop/blob/a351f2c/crypto_sign/ntrumls439x/ref/fastrandombytes.c
Randen - fast backtracking-resistant random generator with AES+Feistel+Reverie Jan Wassenberg, Robert Obryk, Jyrki Alakuijala, Emmanuel Mogenet https://arxiv.org/abs/1810.02227 https://github.com/google/randen
The text was updated successfully, but these errors were encountered:
The OS PRNG is provided by #257
Sorry, something went wrong.
No branches or pull requests
We need to provide at least system random for seeding.
See also
Parallel Random Numbers: As Easy as 1, 2, 3
John K. Salmon, Mark A. Moraes, Ron O. Dror, and David E. Shaw
https://thesalmons.org/john/random123/papers/random123sc11.pdf
https://github.com/DEShawResearch/random123
Fast-key-erasure random-number generators
Daniel J. Bernstein
https://blog.cr.yp.to/20170723-random.html
https://github.com/floodyberry/supercop/blob/a351f2c/crypto_sign/ntrumls439x/ref/fastrandombytes.c
Randen - fast backtracking-resistant random generator with AES+Feistel+Reverie
Jan Wassenberg, Robert Obryk, Jyrki Alakuijala, Emmanuel Mogenet
https://arxiv.org/abs/1810.02227
https://github.com/google/randen
The text was updated successfully, but these errors were encountered: