Splitmix64

turbolift.data.Splitmix64
See theSplitmix64 companion object
case class Splitmix64(value: Long, secondGaussian: Double)

Internal state of turbolift.effects.Random effect's predefined handler.

Attributes

Companion
object
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