Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574864 - sci-libs/clrng - library for uniform random number generation in OpenCL.
Summary: sci-libs/clrng - library for uniform random number generation in OpenCL.
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-16 08:23 UTC by 9c0d1c42
Modified: 2016-02-17 04:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
clrng-1.0.0.ebuild (clRNG.tar.bz2,2.49 KB, application/x-bzip)
2016-02-16 08:23 UTC, 9c0d1c42
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 9c0d1c42 2016-02-16 08:23:19 UTC
Created attachment 425624 [details]
clrng-1.0.0.ebuild

Streams of random numbers act as virtual random number generators. They can be created on the host computer in unlimited numbers, and then used either on the host or on computing devices by work items to generate random numbers. Each stream also has equally-spaced substreams, which are occasionally useful. The API is currently implemented for four different RNGs, namely the MRG31k3p, MRG32k3a, LFSR113 and Philox-4×32-10 generators.

https://github.com/clMathLibraries/clRNG

Modified ebuild from https://gitweb.gentoo.org/proj/sci.git/tree/sci-libs/clrng
Comment 1 Tomáš Mózes 2016-02-17 04:55:09 UTC
Hello 9c0d1c42 (:)), would you like to proxy maintain this package?