org.statcato.random
Class NormalSample
- java.lang.Object
-
- java.util.Random
-
- org.statcato.random.NormalSample
-
- All Implemented Interfaces:
- java.io.Serializable
public class NormalSample extends java.util.RandomA random sampler for a normal distribution, defined by the mean and standard deviation.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NormalSample(double mean, double stdev)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublenextSample()Returns the next random sample
-
DMelt 3.0 © DataMelt by jWork.ORG