Serial

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

Value members

Concrete methods

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

Inherited methods

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