Package ru.ispras.fortress.randomizer
Class VariateSingleValue<T>
- java.lang.Object
-
- ru.ispras.fortress.randomizer.VariateSingleValue<T>
-
-
Constructor Summary
Constructors Constructor Description VariateSingleValue(T value)
Constructs a single-value random variate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
value()
Returns a value (instance) of the random variate.
-
-
-
Constructor Detail
-
VariateSingleValue
public VariateSingleValue(T value)
Constructs a single-value random variate.- Parameters:
value
- the value of the random variate.
-
-