BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
random.hpp File Reference

The BoosterSeat random module. More...

#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

 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...
 

Detailed Description

The BoosterSeat random module.

Author
Joshua Jerred (https://joshuajer.red)
Date
2024-02-13