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

M

main(String[]) - Static method in enum org.randomness.QRNG
 
map(String, Class<? extends Randomness>) - Static method in class org.randomness.Randomness
PROVISIONAL API, WORK IN PROGRESS: Associate the specified algorithm with specified provider.
MAX_ENTROPY_INPUT_LENGTH - Static variable in enum org.randomness.CSPRNG
Determine maximum length of entropy input string produced by entropy function in bytes; default value - 1024 bytes.
MAX_PERSONALIZATION_STRING_LENGTH - Static variable in enum org.randomness.CSPRNG
Determine maximum personalization string length in bytes; default value - 1024 bytes.
MERSENNE_TWISTER - Static variable in enum org.randomness.PRNG
Synonym of Mersenne Twister algorithm.
MERSENNE_TWISTER_64 - Static variable in enum org.randomness.PRNG
Synonym of 64-bit version of Mersenne Twister algorithm.
minlen() - Method in enum org.randomness.PRNG
Determine PRNG minlen - size of minimum pseudorandom bitstring generated per iteration.
minlen() - Method in class org.randomness.Pseudorandomness
Minlen it is the minimum block of bytes essentially produced per one iteration of generate function (optional operation).
minlen() - Method in class org.randomness.Quasirandomess
 
minlen() - Method in class org.randomness.Randomness
Minlen is the minimum block of bytes essentially produced per one iteration of generate function (optional operation).
mixing(Randomness...) - Method in class org.randomness.Randomness
Returns new RBG represents mixing of this RBG with specified RBG's sequence using default XOR mixing function.

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