我的工作是使用正态概率分布生成和城市居民。
城市数量,3000,人口 15 000 000
(在 JAVA 中)
int people = 15000000;
int[] arrayofcity = new int[3000]
for (int i = 0; i < arrayofcity.length; i++) {
//how to generate people to the towns of total
//nextGaussian()??
}
感谢您的帮助