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

N

nextDouble() - Method in class cern.jet.random.AbstractDistribution
Returns a random number from the distribution.
nextDouble() - Method in class cern.jet.random.engine.RandomEngine
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
nextDouble() - Method in class cern.jet.random.Pareto
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Pareto
Returns a random number from the distribution; bypasses the internal state.
nextFloat() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextInt() - Method in class cern.jet.random.AbstractDistribution
Returns a random number from the distribution; returns (int) Math.round(nextDouble()).
nextInt() - Method in class cern.jet.random.engine.MersenneTwister
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in class uk.ac.ed.inf.utils.stats.TruncatedPareto
 
nextLong() - Method in class cern.jet.random.engine.RandomEngine
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextPseudoInt() - Method in class uk.ac.ed.inf.utils.stats.PseudoTruncatedPareto
 
nodeHeadToString() - Method in class uk.ac.ed.inf.utils.webutils.simpledomparser.XmlNode
String representation of the node opening tag
NONE - Static variable in class uk.ac.ed.inf.utils.diff.Difference
 
NULL - Static variable in class uk.ac.ed.inf.utils.database.SqlUtils
Basic data type: null (the type could not be guessed, eg.
NumberUtils - Class in uk.ac.ed.inf.utils
Class
NumberUtils() - Constructor for class uk.ac.ed.inf.utils.NumberUtils
 
NumberUtilsTest - Class in test
Class
NumberUtilsTest() - Constructor for class test.NumberUtilsTest
 

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