RandomImpl

object RandomImpl
class Object
trait Matchable
class Any

Type members

Classlikes

abstract
class BaseImpl[Tx] extends Random[Tx]
abstract
class SysLike[Tx] extends BaseImpl[Tx]

Value members

Concrete methods

def calcSeedUniquifier(): Long
def initialScramble(seed: Long): Long

Scrambles a seed value for initializing the underlying long variable. Callers who use the wrap method may use this to initially fill the wrapped variable based on a given seed.

Scrambles a seed value for initializing the underlying long variable. Callers who use the wrap method may use this to initially fill the wrapped variable based on a given seed.

def wrap[Tx](peer: Var[Tx, Long]): Random[Tx]