object
TxnRandom
Type Members
-
sealed
trait
Persistent[S <: stm.Sys[S]] extends TxnRandom[TxnRandom.Persistent.S.Tx] with Mutable[TxnRandom.Persistent.S.ID, TxnRandom.Persistent.S.Tx]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
def
apply[S <: stm.Sys[S]](id: TxnRandom.apply.S.ID, seed: Long)(implicit tx: TxnRandom.apply.S.Tx): TxnRandom[TxnRandom.apply.S.Tx]
-
def
apply[S <: stm.Sys[S]](id: TxnRandom.apply.S.ID)(implicit tx: TxnRandom.apply.S.Tx): TxnRandom[TxnRandom.apply.S.Tx]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
initialScramble(seed: Long): Long
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
plain(seed: Long): TxnRandom[InTxn]
-
def
plain(): TxnRandom[InTxn]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wrap[Tx](peer: stm.Var[Tx, Long]): TxnRandom[Tx]
Like java's random, but within a transactional cell.