Package: wnpp
Severity: wishlist

* Package name    : clrng
  Version         : 1.0.0
  Upstream Author : Bragadeesh Natarajan
* URL             : https://github.com/clMathLibraries/clRNG
* License         : https://github.com/clMathLibraries/clRNG/blob/master/LICENSE
  Programming Lang: C
  Description     : an OpenCL based software library containing random number 
generation functions

A library for uniform random number generation in OpenCL.

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.

Reply via email to