J L N O R S U 
All Classes All Packages

J

jump() - Method in interface org.apache.commons.rng.JumpableUniformRandomProvider
Creates a copy of the UniformRandomProvider and then advances the state of the current instance.
JumpableUniformRandomProvider - Interface in org.apache.commons.rng
Applies to generators that can be advanced a large number of steps of the output sequence in a single operation.

L

longJump() - Method in interface org.apache.commons.rng.LongJumpableUniformRandomProvider
Creates a copy of the JumpableUniformRandomProvider and then advances the state of the current instance.
LongJumpableUniformRandomProvider - Interface in org.apache.commons.rng
Applies to generators that can be advanced a very large number of steps of the output sequence in a single operation.

N

nextBoolean() - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates a boolean value.
nextBytes(byte[]) - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates byte values and places them into a user-supplied array.
nextBytes(byte[], int, int) - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates byte values and places them into a user-supplied array.
nextDouble() - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates a double value between 0 and 1.
nextFloat() - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates a float value between 0 and 1.
nextInt() - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates an int value.
nextInt(int) - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates an int value between 0 (inclusive) and the specified value (exclusive).
nextLong() - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates a long value.
nextLong(long) - Method in interface org.apache.commons.rng.UniformRandomProvider
Generates a long value between 0 (inclusive) and the specified value (exclusive).

O

org.apache.commons.rng - package org.apache.commons.rng
Randomness providers API

R

RandomProviderState - Interface in org.apache.commons.rng
Marker interface for objects that represents the state of a random generator.
RestorableUniformRandomProvider - Interface in org.apache.commons.rng
Applies to generators whose internal state can be saved and restored.
restoreState(RandomProviderState) - Method in interface org.apache.commons.rng.RestorableUniformRandomProvider
Restores the state of a generator.

S

saveState() - Method in interface org.apache.commons.rng.RestorableUniformRandomProvider
Saves the state of a generator.

U

UniformRandomProvider - Interface in org.apache.commons.rng
Applies to generators of random number sequences that follow a uniform distribution.
J L N O R S U 
All Classes All Packages