Fri, 03 May 2024 02:03:05 UTC | login

Information for build Random123-1.08-4.fc24

ID244
Package NameRandom123
Version1.08
Release4.fc24
Epoch
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:45:44 UTC
CompletedSat, 14 Apr 2018 19:45:44 UTC
Tags
f28
f29
RPMs
src
Random123-1.08-4.fc24.src.rpm (info) (download)
noarch
Random123-devel-1.08-4.fc24.noarch.rpm (info) (download)
Random123-doc-1.08-4.fc24.noarch.rpm (info) (download)
Changelog * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.08-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Aug 04 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.08-3 - Update as per reviewer comments in rhbz 1150445 * Fri Jul 31 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.08-2 - Fix doc build errors. * Wed Jan 08 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.08-1 - Initial rpm build