$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [random] Using random_device needs to link to built library
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-05-06 13:01:16
Evidently if I use boost::random::random_device class in code I need to
link to the built random library. Otherwise the random library is header
only. Shouldn't this be mentioned somewhere in the Boost random
documentation ?