ABaDooRand is a library that produces anti-backdoor pseudo-random numbers, thus, cryptographically secure PRNG (CSPRNG) and RNG (CSRNG). Since PRISM and Snowden 2013-2014 revelations, we by principle don't want to trust any library proposed for cryptography or random numbers, nor hardware random sources. The present library is an attempt to provide counter-measures against possible backdoors. The principle is to use at least two independent wellknown open-source libraries and to xor numbers produced by each of them. Of course, this is obtained at the cost of more cpu, so a batch of ready numbers is provided for immediate fetch.
more here.....https://github.com/lalebarde/ABaDooRand
more here.....https://github.com/lalebarde/ABaDooRand