libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | std |
namespace | std::experimental |
Macros | |
#define | __cpp_lib_experimental_randint |
#define | _GLIBCXX_EXPERIMENTAL_RANDOM |
Functions | |
std::default_random_engine & | std::experimental::_S_randint_engine () |
template<typename _IntType > | |
_IntType | std::experimental::randint (_IntType __a, _IntType __b) |
void | std::experimental::reseed () |
void | std::experimental::reseed (default_random_engine::result_type __value) |
This is a TS C++ Library header.
Definition in file experimental/random.
#define __cpp_lib_experimental_randint |
Definition at line 42 of file experimental/random.
#define _GLIBCXX_EXPERIMENTAL_RANDOM |
Definition at line 31 of file experimental/random.