Rand

org.atnos.eff.Rand
See theRand companion object
case class Rand[A](run: Random => Option[A])

This class can be used as a F in runChoose to generate random alternatives

Attributes

Companion:
object
Source:
Choose.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product