- 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).