|
|
using | generator_type = std::mt19937 |
| |
|
|
template<numeric Type> |
| static auto | next (Type min=std::numeric_limits< Type >::min(), Type max=std::numeric_limits< Type >::max()) -> Type |
| |
|
template<integral Seed> |
| static auto | seed (const Seed seed) -> void |
| |
The documentation for this class was generated from the following file: