DefaultRandomDelegate class
- Inheritance
-
- Object
- RandomDelegate
- DefaultRandomDelegate
Constructors
- DefaultRandomDelegate(Random random)
Properties
Methods
-
nextInt(
int max) → int -
Get new random number with max
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited