From: nbecker_at_[hidden]
Date: 2001-12-04 09:51:30


I see that uniform_int::operator()() has lots of complicated steps to
determine how it should behave, based on _range and _brange. Can't
this be done in the constructor instead? In common usage operator()()
could be called much more often than the constructor.