Splitmix64

turbolift.handlers.Splitmix64
case class Splitmix64(value: Long, secondGaussian: Double)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def bytes(size: Int): (Array[Byte], Splitmix64)
def gaussian: (Double, Splitmix64)
def seed(n: Long): Splitmix64
def toDoubleExclusive: Double
def toDoubleInclusive: Double

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product