Thu, 02 May 2024 20:45:26 UTC | login

Information for build Random123-1.14.0-5.0.riscv64.fc38

ID241893
Package NameRandom123
Version1.14.0
Release5.0.riscv64.fc38
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/Random123.git#b151e02215ca83abf013cb4d5ca2466dc967e263
SummaryLibrary of random number generators
DescriptionRandom123 is a library of "counter-based" random number generators (CBRNGs), in which the Nth random number can be obtained by applying a stateless mixing function to N instead of the conventional approach of using N iterations of a stateful transformation. CBRNGs were originally developed for use in MD applications on Anton, but they are ideal for a wide range of applications on modern multi-core CPUs, GPUs, clusters, and special-purpose hardware. Three families of non-cryptographic CBRNGs are described in a paper presented at the SC11 conference: ARS (based on the Advanced Encryption System (AES)), Threefry (based on the Threefish encryption function), and Philox (based on integer multiplication). They all satisfy rigorous statistical testing (passing BigCrush in TestU01), vectorize and parallelize well (each generator can produce at least 264 independent streams), have long periods (the period of each stream is at least 2128), require little or no memory or state, and have excellent performance (a few clock cycles per byte of random output). The Random123 library can be used with CPU (C and C++) and GPU (CUDA and OpenCL) applications.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 22 Mar 2023 14:55:44 UTC
CompletedWed, 22 Mar 2023 15:17:29 UTC
Taskbuild (f38, /rpms/Random123.git:b151e02215ca83abf013cb4d5ca2466dc967e263)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/Random123.git#b151e02215ca83abf013cb4d5ca2466dc967e263'}}
Tags
f38
f39
f40
RPMs
src
Random123-1.14.0-5.0.riscv64.fc38.src.rpm (info) (download)
riscv64
Random123-devel-1.14.0-5.0.riscv64.fc38.riscv64.rpm (info) (download)
Random123-doc-1.14.0-5.0.riscv64.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Mar 22 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.14.0-5.0.riscv64 - Enable riscv64 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jul 04 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.14.0-1 - Update to latest release - Drop no longer needed s390x patch (merged upstream)