I would like to know if in C++ standard libraries there is any gaussian distribution number generator, or if you have any code snippet to pass.
Than
The standard library does not. Boost.Random does, however. I'd use that if I were you.