Random

kyo.Random
See theRandom companion object
trait Random

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def nextBoolean: Boolean < IOs
def nextBytes(length: Int): Seq[Byte] < IOs
def nextDouble: Double < IOs
def nextFloat: Float < IOs
def nextGaussian: Double < IOs
def nextInt: Int < IOs
def nextInt(exclusiveBound: Int): Int < IOs
def nextLong: Long < 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
def unsafe: Unsafe