Constructor and Description |
---|
VariateSingleValue(T value)
Constructs a single-value random variate.
|
Modifier and Type | Method and Description |
---|---|
T |
value()
Returns a value (instance) of the random variate.
|
public VariateSingleValue(T value)
value
- the value of the random variate.