Uses of Class
org.opentrafficsim.water.RepeatableRandomStream
-
Packages that use RepeatableRandomStream Package Description org.opentrafficsim.water Utility classes for ots-water. -
-
Uses of RepeatableRandomStream in org.opentrafficsim.water
Methods in org.opentrafficsim.water that return RepeatableRandomStream Modifier and Type Method 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.
-