This commit is contained in:
jeggermo 2003-05-16 14:28:52 +00:00
commit 347f64413e
6 changed files with 28 additions and 22 deletions

View file

@ -107,7 +107,7 @@ private :
/// Specialization for bool
template <>
bool random_generator<bool>::operator()(void)
inline bool random_generator<bool>::operator()(void)
{
return random.flip(0.5);
}