Lcg32

object Lcg32 extends GeneratorCompanion[Lcg32, Int]
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromBytes(bytes: Array[Byte]): Lcg32
def fromSeed(seed: Int): Lcg32
def fromTime(time: Long): Lcg32
def randomSeed(): Int
def step(n: Int): Int

Inherited methods

final
def apply(seed: Int): Lcg32
Inherited from
GeneratorCompanion
final
def apply(): Lcg32
Inherited from
GeneratorCompanion