| Package | Description | 
|---|---|
| org.apache.commons.math3.distribution | Implementations of common discrete and continuous distributions. | 
| org.apache.commons.math3.random | Random number and random data generators. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected RandomDataImpl | AbstractRealDistribution. randomDataDeprecated. 
 As of 3.1, to be removed in 4.0. Please use the
  AbstractRealDistribution.randominstance variable instead. | 
| protected RandomDataImpl | AbstractIntegerDistribution. randomDataDeprecated. 
 As of 3.1, to be removed in 4.0. Please use the
  AbstractIntegerDistribution.randominstance variable instead. | 
| Constructor and Description | 
|---|
| EmpiricalDistribution(int binCount,
                     RandomDataImpl randomData)Deprecated. 
 As of 3.1. Please use  EmpiricalDistribution.EmpiricalDistribution(int,RandomGenerator)instead. | 
| EmpiricalDistribution(RandomDataImpl randomData)Deprecated. 
 As of 3.1. Please use  EmpiricalDistribution.EmpiricalDistribution(RandomGenerator)instead. | 
| ValueServer(RandomDataImpl randomData)Deprecated. 
 | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.