std::normal_distribution normal(5, 1); const std::string value { normal(engin) }; // erreur, impossible de convertir un float en std::string