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

N

NandFunction - Class in com.epochx.representation.bool
A FunctionNode which performs the logical operation of NAND that is equivalent to the negation of the conjunction or NOT AND.
NandFunction() - Constructor for class com.epochx.representation.bool.NandFunction
Construct a NandFunction with no children.
NandFunction(Node<Boolean>, Node<Boolean>) - Constructor for class com.epochx.representation.bool.NandFunction
Construct a NandFunction with two children.
nextBoolean() - Method in class com.epochx.random.JavaRandom
 
nextBoolean() - Method in class com.epochx.random.MersenneTwisterFast
 
nextBoolean(float) - Method in class com.epochx.random.MersenneTwisterFast
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean(double) - Method in class com.epochx.random.MersenneTwisterFast
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean() - Method in interface com.epochx.random.RandomNumberGenerator
Get the next boolean
nextByte() - Method in class com.epochx.random.MersenneTwisterFast
 
nextBytes(byte[]) - Method in class com.epochx.random.MersenneTwisterFast
 
nextChar() - Method in class com.epochx.random.MersenneTwisterFast
 
nextDouble() - Method in class com.epochx.random.JavaRandom
 
nextDouble() - Method in class com.epochx.random.MersenneTwisterFast
Returns a random double in the half-open range from [0.0,1.0).
nextDouble() - Method in interface com.epochx.random.RandomNumberGenerator
Get the next double 0<=x<1
nextFloat() - Method in class com.epochx.random.MersenneTwisterFast
Returns a random float in the half-open range from [0.0f,1.0f).
nextGaussian() - Method in class com.epochx.random.MersenneTwisterFast
 
nextInt(int) - Method in class com.epochx.random.JavaRandom
 
nextInt() - Method in class com.epochx.random.JavaRandom
 
nextInt() - Method in class com.epochx.random.MersenneTwisterFast
 
nextInt(int) - Method in class com.epochx.random.MersenneTwisterFast
Returns an integer drawn uniformly from 0 to n-1.
nextInt(int) - Method in interface com.epochx.random.RandomNumberGenerator
Get the next int, where n is max
nextInt() - Method in interface com.epochx.random.RandomNumberGenerator
Get the next int
nextLong() - Method in class com.epochx.random.MersenneTwisterFast
 
nextLong(long) - Method in class com.epochx.random.MersenneTwisterFast
Returns a long drawn uniformly from 0 to n-1.
nextShort() - Method in class com.epochx.random.MersenneTwisterFast
 
Node<TYPE> - Class in com.epochx.representation
Subclasses of Node should ensure they call the superclass constructor with all child Nodes so information such as the arity of the Node can be maintained.
Node(Node<TYPE>...) - Constructor for class com.epochx.representation.Node
Node constructor.
NorFunction - Class in com.epochx.representation.bool
A FunctionNode which performs the logical operation of NOR that is equivalent to the negation of logical OR or NOT OR.
NorFunction() - Constructor for class com.epochx.representation.bool.NorFunction
Construct a NorFunction with no children.
NorFunction(Node<Boolean>, Node<Boolean>) - Constructor for class com.epochx.representation.bool.NorFunction
Construct a NorFunction with two children.
NotFunction - Class in com.epochx.representation.bool
A FunctionNode which performs logical negation.
NotFunction() - Constructor for class com.epochx.representation.bool.NotFunction
Construct a NotFunction with no children.
NotFunction(Node<Boolean>) - Constructor for class com.epochx.representation.bool.NotFunction
Construct a NotFunction with one children.

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