有没有办法在没有警告的情况下获得均匀的int32_t分布?我在代码中使用了此uniform_int_distribution<int32_t>,但收到警告: 54988961.cpp: In function ‘intmain()’: std::uniform_int_distribution<std::int32_t> unif(1,std::pow(10,10));~~~~~~
can be manipulated like any other type but can be distinguished from the underlying 32-bit typevoid foo(T x) std::cout << "x = " << x << std::endl;void foo<int24_