SplittableRng

trait SplittableRng[S] extends Rng[S]
Source:
Rng.scala
trait Rng[S]
class Object
trait Matchable
class Any
class Pcg32Rng
object Pcg32XshRr.type
class Pcg64Rng
object Pcg64XslRr.type

Extensions

Extensions

extension (s: S)
def split(): S
Source:
Rng.scala

Inherited extensions

extension (s: S)
def copy(): S
Inherited from:
Rng
Source:
Rng.scala
def nextInt(): Int
Inherited from:
Rng
Source:
Rng.scala
def nextLong(): Long
Inherited from:
Rng
Source:
Rng.scala