Well19937a

object Well19937a extends GeneratorCompanion[Well19937a, (Array[Int], Int)]
Companion
class
trait GeneratorCompanion[Well19937a, (Array[Int], Int)]
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromArray(arr: Array[Int]): Well19937a
def fromBytes(bytes: Array[Byte]): Well19937a
def fromSeed(seed: (Array[Int], Int)): Well19937a
def fromTime(time: Long): Well19937a
def randomSeed(): (Array[Int], Int)

Inherited methods

final
def apply(seed: (Array[Int], Int)): Well19937a
Inherited from
GeneratorCompanion
final
Inherited from
GeneratorCompanion