📜  如何在c中的间隔之间生成随机数 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:47.528000             🧑  作者: Mango

代码示例1
number = (rand() % (upper - lower + 1)) + lower