$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Peters (r.a.peters_at_[hidden])
Date: 2004-02-24 07:22:54
The random_device.cpp in boost version 1.31.0 does not support a
nondeterministical random device for Windows. I used the Windows CryptoAPI
to make random_device.cpp support the Windows platform as well. The attached
random_device.cpp has new code at lines 100-152 and is tested under VC 7.1.
Best regards,
Richard Peters