#include <Random.h>
Static Public Member Functions | |
static carla::geom::Location | Location (float min, float max) |
template<typename RangeT > | |
static void | Shuffle (RangeT &range) |
static double | Uniform (double min, double max) |
Static Private Attributes | |
static thread_local std::mt19937_64 | _engine |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
staticprivate |
Definition at line 37 of file Random.h.
Referenced by Location(), Shuffle(), and Uniform().