A B C D E F G I J K L M N O P R S T U V W

N

nextBoolean() - Method in class jenes.MersenneTwisterFast
 
nextBoolean(double) - Method in class jenes.Random
Returns a random boolean value.
nextByte() - Method in class jenes.MersenneTwisterFast
 
nextBytes(byte[]) - Method in class jenes.MersenneTwisterFast
 
nextChar() - Method in class jenes.MersenneTwisterFast
 
nextDouble() - Method in class jenes.MersenneTwisterFast
Returns a double uniformly distributed within [0,1[
nextDouble(double) - Method in class jenes.Random
Returns a random double uniformly distributed within the interval [0,bound[.
nextDouble(double, double) - Method in class jenes.Random
Returns a double uniformly distributed within the interval [lowerBound,upperBound[.
nextFloat() - Method in class jenes.MersenneTwisterFast
 
nextGaussian() - Method in class jenes.MersenneTwisterFast
 
nextInt() - Method in class jenes.MersenneTwisterFast
 
nextInt(int) - Method in class jenes.MersenneTwisterFast
Returns an integer drawn uniformly from 0 to n-1.
nextInt(int, int) - Method in class jenes.Random
Returns a random integer drawn uniformly in the interval [lowerBound, upperBound[.
nextLong() - Method in class jenes.MersenneTwisterFast
 
nextShort() - Method in class jenes.MersenneTwisterFast
 

A B C D E F G I J K L M N O P R S T U V W