JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ru.ispras.fortress.randomizer
Interface Variate<T>
Type Parameters:
T
- the type of the random variate values.
All Known Implementing Classes:
VariateBiased
,
VariateCollection
,
VariateComposite
,
VariateInterval
,
VariateSingleValue
public interface
Variate<T>
This is an interface for a
T
-type random variate.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
value
()
Returns a value (instance) of the random variate.
Method Detail
value
T
value()
Returns a value (instance) of the random variate.
Returns:
a random variate value.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method