Giriş
Şu satırı dahil ederiz.
Şöyle yaparız.
Şu satırı dahil ederiz.
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real_distribution.hpp>
ÖrnekŞöyle yaparız.
boost::random::mt19937 gen;
boost::random::uniform_real_distribution<> dist(0, 10000000);
float f = dist(gen);
Hiç yorum yok:
Yorum Gönder