Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 968 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 968 Bytes

TRUE RANDOM NUMBER GENERATOR - TRNG

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.

🏁 Installation

This software uses the following Libraries:

  1. JSON-RPC-Java : To get data from RANDOM.org
  2. randomX : Java package to get data from HotBits

** Please notice that JSON-RPC also has requirements that must be installed

⛏️ Features

  • Runtime comparison
  • Chi-squared comparison (not yet implement due to hardware deficiency)