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
Rand.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product