TCL脚本语言-生成指定区间的随机数-rand-RandomRange
https://blog.csdn.net/GhostFromHeaven/article/details/8170313 ...
https://blog.csdn.net/GhostFromHeaven/article/details/8170313 ...
rand() 从区间[0, 1)中均匀采样的随机数。 srand(arg) arg必须是整数,用于重置随机数生成器的种子。返回该种子的第一个随机数。每个解释器都有自己的种子。ran ...