|
rippled
|
#include <antithesis_sdk.h>

Public Member Functions | |
| LocalRandom () | |
| uint64_t | random () |
Public Attributes | |
| std::random_device | device |
| std::mt19937_64 | gen |
| std::uniform_int_distribution< unsigned long long > | distribution |
Definition at line 79 of file antithesis_sdk.h.
| antithesis::internal::random::LocalRandom::LocalRandom | ( | ) |
Definition at line 84 of file antithesis_sdk.h.
| uint64_t antithesis::internal::random::LocalRandom::random | ( | ) |
Definition at line 86 of file antithesis_sdk.h.
| std::random_device antithesis::internal::random::LocalRandom::device |
Definition at line 80 of file antithesis_sdk.h.
| std::mt19937_64 antithesis::internal::random::LocalRandom::gen |
Definition at line 81 of file antithesis_sdk.h.
| std::uniform_int_distribution<unsigned long long> antithesis::internal::random::LocalRandom::distribution |
Definition at line 82 of file antithesis_sdk.h.