TrueRandom.jl

Author tecosaur
Popularity
3 Stars
Updated Last
2 Years Ago
Started In
June 2021

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)

Used By Packages

No packages found.