Rand

abstract
class Rand
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def nextInt: (Rand, Int)
def nextLong: (Rand, Long)
def reseed(newSeed: Long): Rand
def setIntSeed(newSeed: Int): Rand

Concrete methods

def choose(from: Int, to: Int): (Rand, Int)
def chooseLong(from: Long, to: Long): (Rand, Long)
def next: Rand
def nextDouble: (Rand, Double)