BurtleRot2

Companion
class
trait GeneratorCompanion[BurtleRot2, Array[Int]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def create(a: Int, b: Int, c: Int, d: Int): BurtleRot2

Inherited methods

final
def apply(seed: Array[Int]): BurtleRot2
Inherited from
GeneratorCompanion
final
Inherited from
GeneratorCompanion
def fromBytes(bytes: Array[Byte]): BurtleRot2
Inherited from
BurtleCompanion
def fromSeed(ints: Array[Int]): BurtleRot2
Inherited from
BurtleCompanion
def fromTime(time: Long): BurtleRot2
Inherited from
BurtleCompanion
override
def randomSeed(): Array[Int]
Definition Classes
Inherited from
BurtleCompanion