- next(int) - Method in class ec.util.MersenneTwister
-
Returns an integer with bits bits filled with a random number.
- nextBoolean() - Method in class ec.util.MersenneTwister
-
This method is missing from jdk 1.0.x and below.
- nextBoolean(float) - Method in class ec.util.MersenneTwister
-
This generates a coin flip with a probability probability
of returning true, else returning false.
- nextBoolean(double) - Method in class ec.util.MersenneTwister
-
This generates a coin flip with a probability probability
of returning true, else returning false.
- nextBoolean() - Method in class ec.util.MersenneTwisterFast
-
- nextBoolean(float) - Method in class ec.util.MersenneTwisterFast
-
This generates a coin flip with a probability probability
of returning true, else returning false.
- nextBoolean(double) - Method in class ec.util.MersenneTwisterFast
-
This generates a coin flip with a probability probability
of returning true, else returning false.
- nextByte() - Method in class ec.util.MersenneTwister
-
For completeness' sake, though it's not in java.util.Random.
- nextByte() - Method in class ec.util.MersenneTwisterFast
-
- nextBytes(byte[]) - Method in class ec.util.MersenneTwister
-
A bug fix for all versions of the JDK.
- nextBytes(byte[]) - Method in class ec.util.MersenneTwisterFast
-
- nextChar() - Method in class ec.util.MersenneTwister
-
For completeness' sake, though it's not in java.util.Random.
- nextChar() - Method in class ec.util.MersenneTwisterFast
-
- nextDouble() - Method in class ec.util.MersenneTwister
-
A bug fix for versions of JDK 1.1 and below.
- nextDouble(boolean, boolean) - Method in class ec.util.MersenneTwister
-
Returns a double in the range from 0.0 to 1.0, possibly inclusive of 0.0 and 1.0 themselves.
- nextDouble() - Method in class ec.util.MersenneTwisterFast
-
Returns a random double in the half-open range from [0.0,1.0).
- nextDouble(boolean, boolean) - Method in class ec.util.MersenneTwisterFast
-
Returns a double in the range from 0.0 to 1.0, possibly inclusive of 0.0 and 1.0 themselves.
- nextFloat() - Method in class ec.util.MersenneTwister
-
A bug fix for versions of JDK 1.1 and below.
- nextFloat(boolean, boolean) - Method in class ec.util.MersenneTwister
-
Returns a float in the range from 0.0f to 1.0f, possibly inclusive of 0.0f and 1.0f themselves.
- nextFloat() - Method in class ec.util.MersenneTwisterFast
-
Returns a random float in the half-open range from [0.0f,1.0f).
- nextFloat(boolean, boolean) - Method in class ec.util.MersenneTwisterFast
-
Returns a float in the range from 0.0f to 1.0f, possibly inclusive of 0.0f and 1.0f themselves.
- nextGaussian() - Method in class ec.util.MersenneTwister
-
A bug fix for all JDK code including 1.2.
- nextGaussian() - Method in class ec.util.MersenneTwisterFast
-
- nextInt(int) - Method in class ec.util.MersenneTwister
-
This method is missing from JDK 1.1 and below.
- nextInt() - Method in class ec.util.MersenneTwisterFast
-
- nextInt(int) - Method in class ec.util.MersenneTwisterFast
-
Returns an integer drawn uniformly from 0 to n-1.
- nextLong(long) - Method in class ec.util.MersenneTwister
-
This method is for completness' sake.
- nextLong() - Method in class ec.util.MersenneTwisterFast
-
Returns a long drawn uniformly from 0 to n-1.
- nextLong(long) - Method in class ec.util.MersenneTwisterFast
-
Returns a long drawn uniformly from 0 to n-1.
- nextShort() - Method in class ec.util.MersenneTwister
-
For completeness' sake, though it's not in java.util.Random.
- nextShort() - Method in class ec.util.MersenneTwisterFast
-