schrodinger

package schrodinger

Type members

Classlikes

object RV
sealed abstract class RVT[F[_], S, A]
Companion:
object
object RVT extends RVTInstances
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 extends SimulatorLowPriority
Companion:
class

Types

type RV[S, A] = RVT[Id, S, A]