Turi Create  4.0
turi::random::distributions::uniform< IntType > Struct Template Reference

#include <core/random/random.hpp>

Detailed Description

template<typename IntType>
struct turi::random::distributions::uniform< IntType >

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.


The documentation for this struct was generated from the following file: