Home
last modified time | relevance | path

Searched defs:random_value (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/gil/test/core/
Dtest_fixture.hpp60 struct random_value struct
63 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() function
68 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_;
/third_party/boost/libs/gil/test/core/image/
Dtest_fixture.cpp52 BOOST_AUTO_TEST_CASE(random_value) in BOOST_AUTO_TEST_CASE() argument
/third_party/mesa3d/src/util/tests/hash_table/
Drandom_entry.c61 uint32_t i, random_value = 0; in main() local
/third_party/python/Modules/
Drotatingtree.c11 static unsigned int random_value = 1; variable
/third_party/skia/third_party/externals/icu/fuzzers/
Dfuzzer_utils.h57 std::vector<char16_t> RandomChar16Array(size_t random_value, in RandomChar16Array()
/third_party/boost/libs/unordered/test/helpers/
Dgenerators.hpp31 std::size_t random_value(std::size_t max) in random_value() function
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5PreciseQualifier.cpp297 glw::GLfloat random_value = static_cast<glw::GLfloat>(randomFormula(m_position_range)) / in iterate() local
/third_party/boost/boost/uuid/
Drandom_generator.hpp146 unsigned long random_value = m_impl->generator(); in operator ()() local
/third_party/lwip/test/sockets/
Dsockets_stresstest.c341 u32_t random_value = LWIP_RAND(); in sockets_stresstest_rand_mode() local