Skip to content

Geração de números verdadeiramente aleatórios usando bibliotecas Java

Notifications You must be signed in to change notification settings

franklingg/TRNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Geração de números verdadeiramente aleatórios usando bibliotecas Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages