OneRNG and Python

Mitchell berry.mitch at gmail.com
Thu Dec 7 12:19:37 GMT 2017


I made a script while ago that xor's OneRNG and your inbuilt rng. Just use the function extrng() to use OneRNG only.

Example to get 32 bytes from onerng, should work out of the box:

import mixrng
randomness = mixrng.extrng(32)

https://github.com/MitchellBerry/MixRNG/blob/master/MixRNG.py


More information about the Discuss mailing list