aboutsummaryrefslogtreecommitdiff
path: root/math/clrng
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/clrng
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
Notes
Diffstat (limited to 'math/clrng')
-rw-r--r--math/clrng/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/clrng/pkg-descr b/math/clrng/pkg-descr
index 288caa3c9ce9..e0dca3da94b4 100644
--- a/math/clrng/pkg-descr
+++ b/math/clrng/pkg-descr
@@ -2,12 +2,12 @@ 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,
+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.
WWW: https://github.com/clMathLibraries/clRNG