Jump to letter: [
034679ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
root-unuran - Random number generator library
- Description:
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.
Packages
| root-unuran-6.10.02-3.fc24.x86_64
[74 KiB] |
Changelog
by Mattias Ellert (2017-07-12):
- Remove additional references in cmake files
|
| root-unuran-6.10.00-1.fc24.x86_64
[73 KiB] |
Changelog
by Mattias Ellert (2017-06-14):
- Update to 6.10.00
- Drop patches accepted upstream
- Drop previously backported patches
- New sub-package: root-unfold
- Dropped sub-package: root-vdt
|
| root-unuran-6.08.06-7.fc24.x86_64
[68 KiB] |
Changelog
by Mattias Ellert (2017-05-16):
- Remove JupyROOT references from cmake files
- Do not generate autoprovides for libJupyROOT.so
|
| root-unuran-6.08.06-2.fc24.x86_64
[68 KiB] |
Changelog
by Mattias Ellert (2017-03-15):
- Fix relocation problems on aarch64 - using patch from the llvm package
- Re-enable building on aarch64 - works again with the above patch
|
| root-unuran-6.08.04-1.fc24.x86_64
[67 KiB] |
Changelog
by Mattias Ellert (2017-01-14):
- Update to 6.08.04
- Fix broken TPad::WaitPrimitive (backport from git)
- Rebuild for gcc 6.3
|
| root-unuran-6.06.08-1.fc24.x86_64
[67 KiB] |
Changelog
by Mattias Ellert (2016-09-08):
- Update to 6.06.08
- Add the packages providing the libraries listed by "root-config --libs"
as dependencies to root-core
- Add missing scriptlets to root-multiproc
|
| root-unuran-6.06.06-4.fc24.x86_64
[66 KiB] |
Changelog
by Mattias Ellert (2016-08-14):
- Convert init scripts to systemd unit files
|
| root-unuran-6.06.06-2.fc24.x86_64
[66 KiB] |
Changelog
by Mattias Ellert (2016-07-18):
- Add requires on redhat-rpm-config to root-cling
|
| root-unuran-6.06.04-4.fc24.x86_64
[66 KiB] |
Changelog
by Mattias Ellert (2016-06-19):
- Add GuiTypes.h, KeySymbols.h and Buttons.h to dict (backport)
- Minor updates to patches - mostly backported from upstream
- Reenable hadoop/hdfs support for F24+
|