Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java 的Random遵循什么分布?
Random Javadoc说它是一个均匀分布。如果你使用nextGaussian(),你会得到一个高斯分布的双精度值。
nextGaussian()