| combineSeed(int64 seedValue) | Random | |
| fillBitsRandomly(BigInteger &arrayToChange, int startBit, int numBits) | Random | |
| getSystemRandom() | Random | [static] |
| nextBool() | Random | |
| nextDouble() | Random | |
| nextFloat() | Random | |
| nextInt() | Random | |
| nextInt(int maxValue) | Random | |
| nextInt64() | Random | |
| nextLargeNumber(const BigInteger &maximumValue) | Random | |
| Random(int64 seedValue) | Random | [explicit] |
| setSeed(int64 newSeed) | Random | |
| setSeedRandomly() | Random | |
| ~Random() | Random |
1.6.3