Searched defs:random_int (Results 1 – 4 of 4) sorted by relevance
434 struct random_int struct in boost::parallel::twod_random436 explicit random_int(RandomNumberGen& gen) : gen(gen) { } in random_int() function439 T operator()(T n) const in operator ()()446 RandomNumberGen& gen;546 struct random_int struct in boost::parallel::random_distribution548 explicit random_int(RandomNumberGen& gen) : gen(gen) { } in random_int() argument551 T operator()(T n) const in operator ()()558 RandomNumberGen& gen;
275 std::size_t random_int(std::size_t a, std::size_t b) in random_int() function
695 std::uniform_int_distribution<IntType> random_int( in test_random_integer_parse_base() local
646 std::uniform_int_distribution<IntType> random_int( in test_random_integer_parse_base() local