schrodingerRandomBernoulliForDoubleBoolean

given schrodingerRandomBernoulliForDoubleBoolean[F[_]]: Bernoulli[Double, Boolean][F]

Value members

Concrete methods

override def apply(params: Params[Double]): F[Boolean]
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: F[Boolean] => A): Params[Double] => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Params[Double]): A => F[Boolean]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1