BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
The BoosterSeat random module. More...
#include <random>
Go to the source code of this file.
Namespaces | |
bst | |
Functions | |
double | bst::randomDouble (double min, double max) |
Generates a random double within the given range. More... | |
std::string | bst::randomHexString (size_t length) |
Generates a random hex string of the given length. More... | |
The BoosterSeat random module.