Uses of Class
org.apache.commons.math3.exception.NotANumberException

Packages that use NotANumberException
org.apache.commons.math3.random Random number and random data generators. 
 

Uses of NotANumberException in org.apache.commons.math3.random
 

Methods in org.apache.commons.math3.random that throw NotANumberException
 double RandomDataGenerator.nextUniform(double lower, double upper)
          Generates a uniformly distributed random value from the open interval (lower, upper) (i.e., endpoints excluded).
 double RandomData.nextUniform(double lower, double upper)
          Deprecated. Generates a uniformly distributed random value from the open interval (lower, upper) (i.e., endpoints excluded).
 double RandomDataImpl.nextUniform(double lower, double upper)
          Deprecated. Generates a uniformly distributed random value from the open interval (lower, upper) (i.e., endpoints excluded).
 double RandomDataGenerator.nextUniform(double lower, double upper, boolean lowerInclusive)
          Generates a uniformly distributed random value from the interval (lower, upper) or the interval [lower, upper).
 double RandomData.nextUniform(double lower, double upper, boolean lowerInclusive)
          Deprecated. Generates a uniformly distributed random value from the interval (lower, upper) or the interval [lower, upper).
 double RandomDataImpl.nextUniform(double lower, double upper, boolean lowerInclusive)
          Deprecated. Generates a uniformly distributed random value from the interval (lower, upper) or the interval [lower, upper).
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.