LibreOffice Module comphelper (master) 1
Namespaces | Functions
random.hxx File Reference
#include <comphelper/comphelperdllapi.h>
Include dependency graph for random.hxx:
This graph shows which files directly or indirectly include this file:

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...