RngDispatcher

trait RngDispatcher[F[_]]

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

Companion:
object
class Object
trait Matchable
class Any

Type members

Types

type S

Value members

Abstract methods

def dispatch: F[S]
def rng: Rng[S]