Uses of Package
org.randomness

Classes in org.randomness used by org.randomness
Cryptorandomness
          This class specifies techniques for the compute cryptographically secure bits deterministically using an underlying algorithm that, if an adversary does not know the entropy input, then he can’t tell the difference between the pseudorandom bits and a stream of truly random bits, let alone predict any of the pseudorandom bits.
CSPRNG
          List of implemented Cryptographically Secure Pseudorandom Number Generators that produces random numbers with properties that make it suitable for use in cryptography.
PRNG
          List of implemented Pseudo Random Number Generators that produces a deterministic, periodic and predictable pseudorandom sequence of bits from a initial value called a seed.
Pseudorandomness
          This class specifies Pseudorandom Number Generator (PRNG) techniques for the compute bits deterministically using an underlying algorithm that, given the same initial state, always produces the same outputs.
QRNG
          List of implemented Quasi-Random Number Generators produce highly uniform samples of the unit hypercube.
Quasirandomess
          This class specify Quasirandom Number Generator techniques for quasirandom analogue of a random process which is a deterministic process specifically designed so that simulation of the quasirandom process gives the same limiting behavior (of some quantities of interest) as the random process, but with faster convergence.
Randomness
          This class specifies basic Random Bit Generator (RBG) life cycle and mechanisms for the generation of random bits.
TRNG
          List of implemented True Random Number Generators - a sources of unpredictable data.
Truerandomness
          This class specifies True Random Number Generator (TRNG) techniques for the reading high quality, unpredictable random bytes from the specified entropy source.