RngDispatcher

schrodinger.RngDispatcher
See theRngDispatcher companion object
trait RngDispatcher[F[_]]

Provides the capability to "dispatch" an independent rng that can be used in unsafe lands.

Attributes

Companion:
object
Source:
RngDispatcher.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Algebra[S0]

Members list

Concise view

Type members

Types

type S

Attributes

Source:
RngDispatcher.scala

Value members

Abstract methods

def dispatch: F[S]

Attributes

Source:
RngDispatcher.scala
def rng: Rng[S]

Attributes

Source:
RngDispatcher.scala