A Pseudorandom number generator (PRNG) helps you efficiently generate random numbers, but in a lot of applications true random numbers are required. In this program, we test a few features that use true random numbers (HotBits, RANDOM.org and Java's Secure Random package), comparing it to Pseudorandom generators.
This software uses the following Libraries:
- JSON-RPC-Java : To get data from RANDOM.org
- randomX : Java package to get data from HotBits
** Please notice that JSON-RPC also has requirements that must be installed
- Runtime comparison
- Chi-squared comparison (not yet implement due to hardware deficiency)