There's an implementation of Fortuna, which is a computationally secure
PRNG, in PyCrypto:
https://github.com/dlitz/pycrypto/tree/master/lib/Crypto/Random/Fortuna

Unfortunately, gathering entropy is rather non-generic; otherwise decentish
operating systems get this wrong. The various BSDs' source is probably the
best place to start poking around, if you really want.

-dlg
On Wed, Nov 19, 2014 at 3:59 AM Givon Zirkind <givo...@gmx.com> wrote:

> Plz excuse if inappropriate.  Does anyone know of a decent (as in really
> random) open source random generator?  Preferably in PHP or C/C++?
>
> Thanks.
> _______________________________________________
> cryptography mailing list
> cryptography@randombit.net
> http://lists.randombit.net/mailman/listinfo/cryptography
>
_______________________________________________
cryptography mailing list
cryptography@randombit.net
http://lists.randombit.net/mailman/listinfo/cryptography

Reply via email to