Well19937c

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

Value members

Concrete methods

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

Inherited methods

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