Uses of Class
org.randomness.TRNG

Uses of TRNG in org.randomness
 

Fields in org.randomness declared as TRNG
static TRNG TRNG.ATMSFERIC_NOISE
          A suitable physical phenomenon as entrpy source is atmospheric noise, which is quite easy to pick up with a normal radio.
static TRNG TRNG.RADIOACTIVE_DECAY
          Radioactive decay is the spontaneous, stochastic (i.e. random) physical phenomenon suitable to be entropy source based on quantum effects.
 

Methods in org.randomness that return TRNG
static TRNG TRNG.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TRNG[] TRNG.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.randomness with parameters of type TRNG
static Truerandomness Truerandomness.current(TRNG source)
          Returns a unique True-random Number Generator isolated to the current thread (thread-local) associated with specified entropy source.
static Truerandomness Truerandomness.shared(TRNG source)
          Returns a new shared Truerandom generator that implements the specified entropy gathering mechanism, or True Random Number Generator (TRNG).