JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
uk.ac.soton.simulation.jsit.anylogic
Interface SeedAccessibleRNG
All Known Implementing Classes:
RandomWithSeedAccess
public interface
SeedAccessibleRNG
Interface for random number generators (RNGs) which make the seed accessible.
Since:
0.2
Author:
Stuart Rossiter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getSeed
()
Get the seed value for this RNG.
Method Detail
getSeed
long getSeed()
Get the seed value for this RNG.
Returns:
The seed value.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method