#include <array>
#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <new>
#include <random>
#include <meta/meta.hpp>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/algorithm/copy.hpp>
#include <range/v3/algorithm/generate.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/functional/reference_wrapper.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <mutex>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
Go to the source code of this file.
|
|
template<typename Gen> |
| | ranges::CPP_requires (uniform_random_bit_generator_, requires()(Gen::min(), Gen::max())) |
|
| ranges::template (typename Gen)(concept(uniform_random_bit_generator_)(Gen) |
|
|
unsigned_integral< invoke_result_t< Gen & > > AND same_as< invoke_result_t< Gen & >, decltype(Gen::min())> AND | ranges::same_as< invoke_result_t< Gen & >, decltype(Gen::max())> |
| template<typename Gen> |
| CPP_concept | ranges::uniform_random_bit_generator |