- n(double, double) - Static method in class mikera.util.Rand
-
Generates a normal distributed number with the given mean and standard deviation
- next(int) - Method in class mikera.util.Random
-
- nextBoolean() - Static method in class mikera.util.Rand
-
Sample a random boolean value with 50% chance
- nextByte() - Static method in class mikera.util.Rand
-
Sample a random (signed) byte
- nextChar() - Static method in class mikera.util.Rand
-
Sample a random char
- nextDouble() - Static method in class mikera.util.Rand
-
Returns standard double in range [0..1)
- nextFloat() - Static method in class mikera.util.Rand
-
Sample a random float in range [0..1)
- nextGaussian() - Static method in class mikera.util.Rand
-
- nextInt() - Static method in class mikera.util.Rand
-
Sample a random signed 32-bit integer
- nextLetter() - Static method in class mikera.util.Rand
-
Sample a random lowercase letter
- nextLetterString(int) - Static method in class mikera.util.Rand
-
- nextLong() - Static method in class mikera.util.Rand
-
Gets a long random value
- nextLong() - Method in class mikera.util.Random
-
- nextShort() - Static method in class mikera.util.Rand
-
Sample a random signed short value
- nextString() - Static method in class mikera.util.Rand
-