SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
random.hpp File Reference

Go to the source code of this file.

Classes

class  sig::SimpleRandom< T, Engine >
 初期化時に指定した範囲の一様分布乱数を発生させるクラス More...
 

Namespaces

 sig
 

Functions

template<class C = std::vector<int>>
sig::make_unique_numbers (uint n, int min, int max, bool debug)
 重複の無い一様分布の整数乱数を生成 More...