schrodinger

package schrodinger

Type members

Classlikes

final case class Dist[P, A](support: Map[A, P])
Companion:
object
object Dist
Companion:
class
object RV
object RVIO
sealed abstract class RVT[F[_], S, A]
Companion:
object
object RVT
Companion:
class
final class RVTCache[F[_], S, A](val default: A)
Companion:
object
object RVTCache
Companion:
class
trait RngDispatcher[F[_]]

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

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

Companion:
object
Companion:
class
trait Simulator[F[_]]
Companion:
object
object Simulator
Companion:
class

Types

type RV[S, A] = RVT[Id, S, A]
opaque type RVIO[S, +A]