Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Functions
Random.hpp File Reference
#include <toolbox/Config.h>
#include <random>
Include dependency graph for Random.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 

Functions

std::mt19937_64 & toolbox::util::mt19937_64_rng () noexcept
 
template<class IntT >
IntT toolbox::util::randint (IntT a, IntT b)