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 规范化随机函数吗?据我了解,常规随机函数没有人类认为随机的那种行为。但是,我记得在我的 stat 类中,归一化随机函数确实如此。
这适用于需要随机决定接下来要显示哪个问题的自学程序。
如果您正在寻找“正态”分布的随机数,请参阅java.util.Random#nextGaussian()
java.util.Random#nextGaussian()