ge211  2021.5.1
A student game engine
Random_source< RESULT_TYPE > Member List

This is the complete list of members for Random_source< RESULT_TYPE >, including all inherited members.

bound_between(result_type value, result_type lo, result_type hi)Random_source< RESULT_TYPE >static
next()Random_source< RESULT_TYPE >inline
next_between(result_type lo, result_type hi)Random_source< RESULT_TYPE >inline
operator()()Random_source< RESULT_TYPE >inline
operator()(result_type lo, result_type hi)Random_source< RESULT_TYPE >inline
operator=(Random_source &&other)=deleteRandom_source< RESULT_TYPE >
Random_source(result_type lo, result_type hi)Random_source< RESULT_TYPE >
Random_source(result_type limit)Random_source< RESULT_TYPE >explicit
Random_source(double p_true)Random_source< RESULT_TYPE >explicit
Random_source(unbounded_type)Random_source< RESULT_TYPE >explicit
Random_source(Random_source &&other)=deleteRandom_source< RESULT_TYPE >
result_type typedefRandom_source< RESULT_TYPE >
stub_with(std::initializer_list< result_type > values)Random_source< RESULT_TYPE >
stub_with(std::vector< result_type > values)Random_source< RESULT_TYPE >
stub_with(result_type value)Random_source< RESULT_TYPE >