Randoms

kyo.Randoms
object Randoms

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Randoms.type

Members list

Value members

Concrete methods

def let[T, S](r: Random)(v: T < S): T < S & IOs
def nextInt[S](n: Int < S): Int < S & IOs
def nextValue[T, S](seq: Seq[T] < S): T < S & IOs

Concrete fields

val nextBoolean: Boolean < IOs
val nextDouble: Double < IOs
val nextFloat: Float < IOs
val nextGaussian: Double < IOs
val nextInt: Int < IOs
val nextLong: Long < IOs