#include int main() { std::vector norms; norms.reserve(1000000); std::mt19937_64 mtEngine(42); std::normal_distribution<> nd