19 (void)fast_random_context.rand64();
23 (void)fast_random_context.rand32();
24 (void)fast_random_context.rand256();
25 (void)fast_random_context.randbool();
26 (void)fast_random_context();
28 std::vector<int64_t> integrals = ConsumeRandomLengthIntegralVector<int64_t>(fuzzed_data_provider);
29 std::shuffle(integrals.begin(), integrals.end(), fast_random_context);
T ConsumeIntegralInRange(T min, T max)
static constexpr uint64_t max() noexcept
static constexpr uint64_t min() noexcept
uint256 ConsumeUInt256(FuzzedDataProvider &fuzzed_data_provider) noexcept