Turi Create
4.0
|
#include <core/random/random.hpp>
The uniform distribution struct is used for partial function specialization. Generating uniform random real numbers is accomplished slightly differently than for integers. Therefore the base case is for integers and we then specialize the two real number types (floats and doubles).
Definition at line 53 of file random.hpp.