mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
502 B
Plaintext
12 lines
502 B
Plaintext
clRNG
|
|
|
|
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-4x32-10 generators.
|