abstract class SysLike[Tx] extends BaseImpl[Tx]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SysLike
- BaseImpl
- Random
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SysLike()
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextBoolean()(implicit tx: Tx): Boolean
Generates a random
Booleanvalue. - def nextDouble()(implicit tx: Tx): Double
Generates a random
Doublevalue, uniformly distributed between0.0(inclusive) and1.0(exclusive). - def nextFloat()(implicit tx: Tx): Float
Generates a random
Floatvalue, uniformly distributed between0.0f(inclusive) and1.0f(exclusive). - def nextInt(n: Int)(implicit tx: Tx): Int
Generates a random
Intvalue in the range of 0 (inclusive) until the specified valuen(exclusive). - def nextInt()(implicit tx: Tx): Int
Generates a random
Intvalue in the rangeInt.MinValuetoInt.MaxValue. - def nextLong()(implicit tx: Tx): Long
Generates a random
Longvalue in the rangeLong.MinValuetoLong.MaxValue. - final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def rawSeed(implicit tx: Tx): Long
- final def rawSeed_=(value: Long)(implicit tx: Tx): Unit
Resets the internal seed value to the given argument.
- def setSeed(seed: Long)(implicit tx: Tx): Unit
Resets the internal seed value to the given argument.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated