Registry / utility / effolkronium-random

effolkronium-random

JSON →
library1.5.0vcpkgunverified

Random with a modern C++ API

vcpkg install effolkronium-random
INSTALL
IMPORT
SIG · EFFOLKRONIUM-RANDO
E
effolkronium-random
utilitycppv1.5.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.

random.hpp
#include <random.hpp>

Generate a random integer between 1 and 100 using effolkronium-random

#include "random.hpp" #include <iostream> int main() { auto rng = effolkronium::random_thread_local{}; int value = rng.get(1, 100); std::cout << value << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

effolkronium-random — pip install effolkronium-random · libregistry