Lcg64

object Lcg64 extends GeneratorCompanion[Lcg64, Long]
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

final
def apply(seed: Long): Lcg64
Inherited from
GeneratorCompanion
final
def apply(): Lcg64
Inherited from
GeneratorCompanion