Antkeeper  0.0.1
Namespaces | Functions
random.hpp File Reference
#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>
math::random (T start, T end)
 Generates a pseudo-random floating point number on [start, end) using std::rand(). More...