RandX 1.4.3
基于 xoshiro/xoroshiro 算法族的纯头文件伪随机数生成器库
载入中...
搜索中...
未找到
RandX::detail::RandFillable 概念参考

#include <RandX.hpp>

概念定义

template<class It, class T>
concept RandFillable = std::output_iterator<It, T>
&& (std::integral<T> || std::floating_point<T>)
定义 RandX.hpp:984