BurtleRot3

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

Value members

Concrete methods

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

Inherited methods

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