RNG
scalation.random.RNG
The RNG
trait is the base class for all ScalaTion Random Number Generators. The extending classes must implement a 'gen' method that generates random real numbers in the range (0, 1). They must also implement an 'igen' methods to return stream values.
Value parameters
- stream
-
the random number stream index (0 to N_STREAMS - 1 = 999)
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article