Random

kyo.randoms$.Random
See theRandom companion object
trait Random

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object default.type

Members list

Concise view

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