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 nextBytes(length: Int): Seq[Byte] < IOs
def nextInt(exclusiveBound: Int): Int < IOs
def nextString(length: Int, chars: Seq[Char]): String < IOs
def nextStringAlphanumeric(length: Int): String < IOs
def nextValue[T](seq: Seq[T]): T < IOs
def nextValues[T](length: Int, seq: Seq[T]): Seq[T] < IOs
def shuffle[T](seq: Seq[T]): Seq[T] < 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