Registry / utility / ltla-aarand

ltla-aarand

JSON →
library1.1.0vcpkgunverified

Aaron's random distributions for C++.

vcpkg install ltla-aarand
INSTALL
IMPORT
SIG · LTLA-AARAND
L
ltla-aarand
utilitycppv1.1.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.

aarand/aarand.hpp
#include <aarand/aarand.hpp>

Generate a uniform random number.

#include <aarand/aarand.hpp> #include <iostream> int main() { aarand::mt19937 rng(42); double val = aarand::uniform(rng, 0.0, 1.0); std::cout << "Random value: " << val << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

ltla-aarand — pip install ltla-aarand · libregistry