org.statcato.random
Class UniformSample
- java.lang.Object
-
- java.util.Random
-
- org.statcato.random.UniformSample
-
- All Implemented Interfaces:
- java.io.Serializable
public class UniformSample extends java.util.RandomA random sampler for a range of uniformly distributed continuous double values.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UniformSample(double minimum, double maximum)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublenextSample()Returns the next random sample within [minimum, maximum)
-
DMelt 3.0 © DataMelt by jWork.ORG