3#ifndef pRC_CORE_BASIC_FUNCTIONS_RANDOM_H
4#define pRC_CORE_BASIC_FUNCTIONS_RANDOM_H
10 template<
class T, IsRandomEngine URNG, IsRandomDistribution D>
11 requires IsDefined<Random<T, URNG, D>> &&
12 IsConstructible<Random<T, URNG, D>, URNG &,
D &>
13 static inline constexpr auto random(URNG &rng,
D &distribution)
pRC::Size const D
Definition CalculatePThetaTests.cpp:9
Definition cholesky.hpp:10
static constexpr auto random(URNG &rng, D &distribution)
Definition random.hpp:13