Registry / utility / boost-random

boost-random

JSON →
library1.90.0vcpkgunverified

A library for random number generation with various distributions and engines.

vcpkg install boost-random
INSTALL
IMPORT
SIG · BOOST-RANDOM
B
boost-random
utilitycppv1.90.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.

boost/random.hpp
#include <boost/random.hpp>

Generates a random integer using Boost.Random.

#include <boost/random.hpp> #include <iostream> int main() { boost::random::mt19937 rng(42); boost::random::uniform_int_distribution<int> dist(1, 100); std::cout << dist(rng) << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources

No resource links recorded.

boost-random — pip install boost-random · libregistry