Pcg64

schrodinger.unsafe.rng.Pcg64$
See thePcg64 companion class
object Pcg64

Attributes

Companion:
class
Source:
Pcg.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pcg64.type

Members list

Concise view

Type members

Classlikes

sealed abstract class Pcg64Rng extends SplittableRng[Pcg64]

Attributes

Source:
Pcg.scala
Graph
Supertypes
trait Rng[Pcg64]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object Pcg64XslRr.type
object Pcg64XslRr extends Pcg64Rng

Attributes

Source:
Pcg.scala
Graph
Supertypes
class Pcg64Rng
trait Rng[Pcg64]
trait Serializable
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(stateHi: Long, stateLo: Long, incHi: Long, incLo: Long): Pcg64

Attributes

Source:
Pcg.scala