Random number generator library
Contains universal (also called automatic or black-box) algorithms that can generate random numbers from large classes of continuous or discrete distributions, and also from practically all standard distributions. To generate random numbers the user must supply some information about the desired distribution, especially a C-function that computes the density and - depending on the chosen methods - some additional information (like the borders of the domain, the mode, the derivative of the density ...). After a user has given this information an init-program computes all tables and constants necessary for the random variate generation. The sample program can then generate variates from the desired distribution.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 6.24.06-2.fc36 | - |
Fedora 35 | 6.24.04-1.fc35 | - |
Fedora 34 | 6.22.08-1.fc34 | - |
EPEL 8 | 6.24.06-2.el8 | - |
EPEL 7 | 6.24.06-2.el7 | - |
You can contact the maintainers of this package via email at
root dash maintainers at fedoraproject dot org
.