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
trait Random[F]
trait Serializable
class Object
trait Matchable
class Any

Type members

Types

type G[_]
type S

Value members

Inherited methods

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

Extensions

Extensions

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