RNGStream

scalation.random.RNGStream
object RNGStream

The RNGStream object allows for random selection of streams for applications where reproducibility of random numbers is not desired.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RNGStream.type

Members list

Value members

Concrete methods

def ranStream: Int

Return a randomly selected random number stream.

Return a randomly selected random number stream.

Attributes