I have to port a Linux project on Windows and I
have the following problem:
Looking at the random_device.cpp file seems that
the impl class (boost::random_device::impl) is
available
only for Linux, meaning that on Windows I can not
use this non-deterministic
random number generator, right?
Also in the nondet_random_speed.cpp the creation of
the object of type boost::random_device
is created only when it is about
Linux.
So my question is: Using VC++ 7.0 on Win2k am I
able to use the boost::random_device class?
Thanks a lot in advance,
coco