Registry / utility / random123

random123

JSON →
library1.14.0vcpkgunverified

Random123 is a library of 'counter-based' random number generators (CBRNGs), in which the Nth random number can be obtained by applying a stateless mixing function to N instead of the conventional approach of using N iterations of a stateful transformation.

vcpkg install random123
INSTALL
IMPORT
SIG · RANDOM123
R
random123
utilitycppv1.14.0
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.

Random123/threefry.h
#include <Random123/threefry.h>

Minimal usage of Random123

#include <Random123/threefry.h> int main() { r123::Threefry2x64 R; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

random123 — pip install random123 · libregistry