#include <boost/random.hpp>
#include <algorithm>
#include <iostream>
#include <ctime>
ネームスペース | |
namespace | rcsc |
構成 | |
class | rcsc::RandomEngine |
random engine holder for boost. [詳細] | |
class | rcsc::UniformRNG< DstType > |
template uniform random number generator class. DstType must be uniform type. [詳細] | |
型定義 | |
typedef UniformRNG< boost::uniform_smallint<> > | rcsc::UniformSmallInt |
alias of the uniform small int number generator | |
typedef UniformRNG< boost::uniform_int<> > | rcsc::UniformInt |
alias of the uniform int number generator | |
typedef UniformRNG< boost::uniform_real<> > | rcsc::UniformReal |
alias of the uniform real number generator |