Package | Description |
---|---|
org.opentrafficsim.water |
Utility classes for ots-water.
|
Modifier and Type | Method and Description |
---|---|
static RepeatableRandomStream |
RepeatableRandomStream.create(String identifier)
Return a random stream that is the same every time for a certain name.
|
static RepeatableRandomStream |
RepeatableRandomStream.create(String identifier,
long seed)
Return a random stream that is the same every time for a certain name, but can be changed based on a number (e.g.
|
Copyright © 2014–2017 Delft University of Technology. All rights reserved.