Remove random::uniform_real_distribution copy constructor

This commit is contained in:
Nikita Lisitsa 2026-06-30 23:45:40 +03:00
parent 056a855a32
commit bb0c3bb178

View file

@ -27,8 +27,6 @@ namespace psemek::random
: range_(range)
{}
uniform_real_distribution(uniform_real_distribution const &) = default;
template <typename RNG>
T operator()(RNG && rng);