Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.1 KB

random-generators.md

File metadata and controls

48 lines (33 loc) · 1.1 KB

Random number generators

Several interfaces to external algorithms are provided in the core and CepGenAddOns libraries for the generation of random number according to some distributions of interests, and easily steerable through the randomGenerator sequential block (in Python cards). All modules are derived from a common {cepgen}cepgen::utils::RandomGenerator object, described below:

A full list of the algorithms and their parameters can be found here.

:outline:

Detailed description

```{doxygenclass} cepgen::utils::RandomGenerator
:members:
:no-link:
```

GSL random number generator

:outline:

ROOT random number generator

:outline:

STL random number generator

:outline: