Skip to content

tecosaur/TrueRandom.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrueRandom

Build Status

Alternate random number generators based on ‘True’ random sources. Approximately a thousand times slower than the default Random.MersenneTwister generator, and relies on a network connection.

Randomness sources

Measurement of quantum fluctuations of the vacuum.

Usage

using TrueRandom
rng = ANUQRNG()
rand(rng)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages