A B C D E F G H I L M N O P Q R S T U V

P

period() - Method in enum org.randomness.PRNG
Determine current PRNG period value n, such as actual period is 2n.
personalizationString - Variable in class org.randomness.Cryptorandomness
The intent of a personalization string is to differentiate this instantiation from all other instantiations that might ever be created.
PRNG - Enum in org.randomness
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 - Class in org.randomness
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.
Pseudorandomness() - Constructor for class org.randomness.Pseudorandomness
Initializes a new instance of this class.

A B C D E F G H I L M N O P Q R S T U V