17 Nisan 2017 Pazartesi

random random_device Sınıfı

Giriş
Şu satırı dahil ederiz.
#include <boost/random/random_device.hpp>
Kullanım
Bir distribution nesnesi tarafından kullanılır. Şöyle yaparız.
mp::cpp_int x = mp::pow(mp::cpp_int(2), 1024);


boost::random::random_device gen;
boost::random::uniform_int_distribution<mp::cpp_int> dist (1, x);

mp::cpp_int y = dist (gen);
Constructor
Şöyle yaparız.
boost::random::random_device gen;


Hiç yorum yok:

Yorum Gönder