LachlanGunn / PkgVerifierPrototype

Julia package verifier prototype
Other
0 stars 0 forks source link

code a PRNG on the todo list? #1

Open JeffreySarnoff opened 8 years ago

JeffreySarnoff commented 8 years ago

Random.jl exports MersenneTwister, would that serve your needs?

LachlanGunn commented 8 years ago

No, the Mersenne Twister is not cryptographically secure. I have since written the code to access the Windows generator for another project using TweetNaCl, but haven't integrated it yet since I haven't looked into how BinDeps will cope with it on Windows.

Probably what I'll end up doing is just distributing a DLL for TweetNaCl.