- nextBigInteger(BigInteger) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns a
BigInteger value between ZERO (incl.) and
bound (excl.).
- nextBigInteger(BigInteger, BigInteger) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns a
BigInteger value between
min (incl.) and
bound (excl.).
- nextBits(int) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any non-negative
BigInteger representing a sequence of significant bits of a given length.
- nextBoolean() - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any boolean value.
- nextByte() - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any byte value.
- nextChar(String) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any char value of the given characters.
- nextDouble() - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns a double value between zero (incl.) and one (excl.).
- nextFloat() - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns a float value between zero (incl.) and one (excl.).
- nextInt() - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any int value.
- nextInt(int) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns an int value between zero (incl.) and bound (excl.).
- nextInt(int, int) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns an int value between min (incl.) and bound (excl.).
- nextLong() - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any long value.
- nextLong(long) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any long value between zero (incl.) and bound (excl.).
- nextLong(long, long) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any long value between min (incl.) and bound (excl.).
- nextOf(T...) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns one of the given values.
- nextOf(Class<T>) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns one of the given enum values.
- nextShort() - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns any short value.
- nextString(int, String) - Method in interface de.team33.patterns.random.mimas.Extension
-
Deprecated.
Returns a
String with the given
length consisting of the given
characters.