26 #ifndef MLN_FUN_N2V_WHITE_GAUSSIAN_HH
27 # define MLN_FUN_N2V_WHITE_GAUSSIAN_HH
36 # include <mln/core/concept/function.hh>
37 # include <mln/math/sqrt.hh>
67 # ifndef MLN_INCLUDE_ONLY
79 V white_gaussian<V>::operator()()
const
82 for (
int i = 1; i < 50; ++i)
84 double U = rand() / (float)RAND_MAX;
89 X = X * math::sqrt(12 / 50.f);
95 # endif // ! MLN_INCLUDE_ONLY
104 #endif // ! MLN_FUN_N2V_WHITE_GAUSSIAN_HH