GeneratorCompanion

trait GeneratorCompanion[G, @specialized(Int, Long) S]
class Object
trait Matchable
class Any
object BurtleRot2
object BurtleRot3
object Cmwc5
object Lcg32
object Lcg64
object Serial
object Well1024a
object Well19937a
object Well19937c
object Well44497a
object Well44497b
object Well512a

Value members

Abstract methods

def fromBytes(bytes: Array[Byte]): G
def fromSeed(seed: S): G
def fromTime(time: Long): G
def randomSeed(): S

Concrete methods

final
def apply(): G
final
def apply(seed: S): G