Why does rand() 0 not generate uniformly distributed random numbers if rand() does?

后端 未结 0 1825
春和景丽
春和景丽 2020-12-06 02:39

I‘m reading the C++ reference for rand() which returns a randomly distributed number in a specific range. For getting random numbers in the range 0-99, one can simply use a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题