Searched defs:random_value (Results 1 – 9 of 9) sorted by relevance
60 struct random_value struct63 static constexpr auto range_min = std::numeric_limits<T>::min();64 static constexpr auto range_max = std::numeric_limits<T>::max();66 random_value() : rng_(rd_()), uid_(range_min, range_max) {} in random_value() function68 T operator()() in operator ()()75 std::random_device rd_;76 std::mt19937 rng_;77 std::uniform_int_distribution<typename gil::promote_integral<T>::type> uid_;
52 BOOST_AUTO_TEST_CASE(random_value) in BOOST_AUTO_TEST_CASE() argument
61 uint32_t i, random_value = 0; in main() local
11 static unsigned int random_value = 1; variable
57 std::vector<char16_t> RandomChar16Array(size_t random_value, in RandomChar16Array()
31 std::size_t random_value(std::size_t max) in random_value() function
297 glw::GLfloat random_value = static_cast<glw::GLfloat>(randomFormula(m_position_range)) / in iterate() local
146 unsigned long random_value = m_impl->generator(); in operator ()() local
341 u32_t random_value = LWIP_RAND(); in sockets_stresstest_rand_mode() local