Pcg32

schrodinger.unsafe.rng.Pcg32$
See thePcg32 companion class
object Pcg32

Attributes

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

Members list

Concise view

Type members

Classlikes

sealed abstract class Pcg32Rng extends SplittableRng[Pcg32]

Attributes

Source:
Pcg.scala
Graph
Supertypes
trait Rng[Pcg32]
class Object
trait Matchable
class Any
Known subtypes
object Pcg32XshRr.type
object Pcg32XshRr extends Pcg32Rng

Attributes

Source:
Pcg.scala
Graph
Supertypes
class Pcg32Rng
trait Rng[Pcg32]
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(state: Long, inc: Long): Pcg32

Attributes

Source:
Pcg.scala