$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Gomboc (dave_at_[hidden])
Date: 2004-04-25 18:33:13
The code sample at the top of the documentation is missing a semicolon.
> boost::uniform_int<> six(1,6) // distribution that maps to 1..6
> // see random number distributions
Dave