Registry / utility / clrng
library2020-12-01vcpkgunverified

clRNG is a library for uniform random number generation in OpenCL.

vcpkg install clrng
INSTALL
IMPORT
SIG · CLRNG
C
clrng
utilitycppv2020-12-01
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

clRNG/clRNG.h
#include <clRNG/clRNG.h>

Create and destroy a clRNG random number stream.

#include <clRNG/clRNG.h> int main() { clrngMrg31k3pStream* stream = clrngMrg31k3pCreateStream(NULL, 0); clrngMrg31k3pDestroyStream(stream); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2020-12-01latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

clrng — pip install clrng · libregistry