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