schrodinger

package schrodinger

Type members

Classlikes

object RV
Source:
RVT.scala
object RVIO
Source:
RVIO.scala
sealed abstract class RVT[F[_], S, A]
Companion:
object
Source:
RVT.scala
object RVT
Companion:
class
Source:
RVT.scala
final class RVTCache[F[_], S, A](val default: A)
Companion:
object
Source:
RVTCache.scala
object RVTCache
Companion:
class
Source:
RVTCache.scala
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
Source:
RngDispatcher.scala
trait Simulator[F[_]]
Companion:
object
Source:
Simulator.scala
object Simulator
Companion:
class
Source:
Simulator.scala

Types

type RV[S, A] = RVT[Id, S, A]
Source:
RVT.scala
opaque type RVIO[S, +A]
Source:
RVIO.scala