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

@ -92,7 +92,7 @@ private :
/// Specialization for bool, does an unbiased coin flip
template <>
bool eoUniformGenerator<bool>::operator()(void)
inline bool eoUniformGenerator<bool>::operator()(void)
{
return uniform.flip(0.5);
}