PseudoRandom

trait PseudoRandom[F[_]] extends Random[F]

A pseudo-random F is a random that can be transformed deterministically to a G via a seed S.

Companion:
object
Source:
PseudoRandom.scala
trait Random[F]
class Object
trait Matchable
class Any

Type members

Types

type G[_]

Value members

Inherited methods

def int: F[Int]
Inherited from:
Random
Source:
Random.scala
def long: F[Long]
Inherited from:
Random
Source:
Random.scala

Extensions

Extensions

extension [A](fa: F[A])
def simulate(seed: S): G[A]