Horizon
Loading...
Searching...
No Matches
Concepts | Functions | Variables
random.hpp File Reference
#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.

Concepts

concept  ranges::uniform_random_bit_generator_
 The uniform_random_bit_generator_ concept.
 
concept  ranges::uniform_random_bit_generator
 The uniform_random_bit_generator concept.
 

Functions

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)
 

Variables

template<typename Gen >
CPP_concept ranges::uniform_random_bit_generator