|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/basic/random.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class T , IsRandomEngine URNG, IsRandomDistribution D> requires IsDefined<Random<T, URNG, D>> && IsConstructible<Random<T, URNG, D>, URNG &, D &> | |
| static constexpr auto | pRC::random (URNG &rng, D &distribution) |