Rand

scalaprops.Rand
See theRand companion class
object Rand

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Rand.type

Members list

Value members

Concrete methods

def fromSeed(seed: Int): Rand
def nextDouble(state: Rand): (Rand, Double)
def standard(s: Long): Rand

Implicits

Implicits

implicit val randCogen: Cogen[Rand]
implicit val randGen: Gen[Rand]