BurtleCompanion

abstract class BurtleCompanion[G <: BurtleRot32] extends GeneratorCompanion[G, Array[Int]]
class Object
trait Matchable
class Any
object BurtleRot2.type
object BurtleRot3.type

Value members

Abstract methods

protected def create(_a: Int, _b: Int, _c: Int, _d: Int): G

Concrete methods

def fromBytes(bytes: Array[Byte]): G
def fromSeed(ints: Array[Int]): G
def fromTime(time: Long): G
override def randomSeed(): Array[Int]
Definition Classes

Inherited methods

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