Random

kyo.randoms.Random
See theRandom companion object
abstract class Random

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def nextBoolean: Boolean < IOs
def nextDouble: Double < IOs
def nextFloat: Float < IOs
def nextGaussian: Double < IOs
def nextInt: Int < IOs
def nextInt(n: Int): Int < IOs
def nextLong: Long < IOs