|
proxygen
|
This is the complete list of members for folly::Random, including all inherited members.
| create() | folly::Random | static |
| create() -> RNG | folly::Random | |
| DefaultGenerator typedef | folly::Random | |
| oneIn(uint32_t n) | folly::Random | inlinestatic |
| oneIn(uint32_t n, RNG &&rng) | folly::Random | inlinestatic |
| rand32() | folly::Random | inlinestatic |
| rand32(RNG &&rng) | folly::Random | inlinestatic |
| rand32(uint32_t max) | folly::Random | inlinestatic |
| rand32(uint32_t max, RNG &&rng) | folly::Random | inlinestatic |
| rand32(uint32_t min, uint32_t max) | folly::Random | inlinestatic |
| rand32(uint32_t min, uint32_t max, RNG &&rng) | folly::Random | inlinestatic |
| rand64() | folly::Random | inlinestatic |
| rand64(RNG &&rng) | folly::Random | inlinestatic |
| rand64(uint64_t max) | folly::Random | inlinestatic |
| rand64(uint64_t max, RNG &&rng) | folly::Random | inlinestatic |
| rand64(uint64_t min, uint64_t max) | folly::Random | inlinestatic |
| rand64(uint64_t min, uint64_t max, RNG &&rng) | folly::Random | inlinestatic |
| randDouble(double min, double max) | folly::Random | inlinestatic |
| randDouble(double min, double max, RNG &&rng) | folly::Random | inlinestatic |
| randDouble01() | folly::Random | inlinestatic |
| randDouble01(RNG &&rng) | folly::Random | inlinestatic |
| secureOneIn(uint32_t n) | folly::Random | inlinestatic |
| secureRand32() | folly::Random | inlinestatic |
| secureRand32(uint32_t max) | folly::Random | inlinestatic |
| secureRand32(uint32_t min, uint32_t max) | folly::Random | inlinestatic |
| secureRand64() | folly::Random | inlinestatic |
| secureRand64(uint64_t max) | folly::Random | inlinestatic |
| secureRand64(uint64_t min, uint64_t max) | folly::Random | inlinestatic |
| secureRandDouble(double min, double max) | folly::Random | inlinestatic |
| secureRandDouble01() | folly::Random | inlinestatic |
| secureRandom(void *data, size_t len) | folly::Random | static |
| secureRandom() | folly::Random | inlinestatic |
| seed(RNG &rng) | folly::Random | static |
| ValidRNG typedef | folly::Random | private |