T
- the type of the random variate values.public final class VariateSingleValue<T> extends java.lang.Object implements Variate<T>
T
-type random variate.Constructor and Description |
---|
VariateSingleValue(T value)
Constructs a single-value random variate.
|
public VariateSingleValue(T value)
value
- the value of the random variate.