|
Open3D (C++ API)
0.15.1
|
Draw pseudo-random integers bounded by min and max (inclusive) from a uniform distribution. More...
#include <Helper.h>
Public Member Functions | |
| UniformRandIntGenerator (const int min, const int max, std::mt19937::result_type seed=std::random_device{}()) | |
| int | operator() () |
Protected Attributes | |
| std::uniform_int_distribution< int > | distribution_ |
| std::mt19937 | generator_ |
Draw pseudo-random integers bounded by min and max (inclusive) from a uniform distribution.
|
inline |
|
inline |
|
protected |
|
protected |
1.8.13