LibreOffice Module comphelper (master) 1
|
#include <comphelper/comphelperdllapi.h>
Go to the source code of this file.
Namespaces | |
namespace | comphelper |
namespace | comphelper::rng |
Functions | |
double | comphelper::rng::uniform_real_distribution (double a=0.0, double b=1.0) |
uniform distribution in [a,b) More... | |
int | comphelper::rng::uniform_int_distribution (int a, int b) |
uniform distribution in [a,b] More... | |
unsigned int | comphelper::rng::uniform_uint_distribution (unsigned int a, unsigned int b) |
uniform distribution in [a,b] More... | |
size_t | comphelper::rng::uniform_size_distribution (size_t a, size_t b) |
uniform distribution in [a,b] More... | |