BaseImpl

abstract
class BaseImpl[Tx] extends Random[Tx]
trait Random[Tx]
class Object
trait Matchable
class Any
class SysLike[Tx]

Value members

Concrete methods

def nextBoolean()(implicit tx: Tx): Boolean
def nextDouble()(implicit tx: Tx): Double
def nextFloat()(implicit tx: Tx): Float
def nextInt()(implicit tx: Tx): Int
def nextInt(n: Int)(implicit tx: Tx): Int
def nextLong()(implicit tx: Tx): Long
def setSeed(seed: Long)(implicit tx: Tx): Unit

Inherited methods

def rawSeed(implicit tx: Tx): Long
Inherited from
Random
def rawSeed_=(seed: Long)(implicit tx: Tx): Unit

Resets the internal seed value to the given argument. This is a raw seed value as obtained from getRawSeed. For user operation, use setSeed instead, which further scrambles the seed value.

Resets the internal seed value to the given argument. This is a raw seed value as obtained from getRawSeed. For user operation, use setSeed instead, which further scrambles the seed value.

Inherited from
Random