Antkeeper
0.0.1
|
#include <cstddef>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
math | |
Mathematical functions and data types. | |
Functions | |
template<typename T = float> | |
T | math::random (T start, T end) |
Generates a pseudo-random floating point number on [start, end) using std::rand(). More... | |