“Random()”的版本間的差異
來自ALSROBOT WiKi
(以“<pre style="color:blue"> long random (long howbig) </pre> 生成隨機(jī)數(shù) <br> 生成[0, howbig-1]范圍的隨機(jī)數(shù).<br> 參數(shù):<br> *howbig 最大值 <br><...”為內(nèi)容創(chuàng)建頁面) |
2014年9月12日 (五) 17:16的最后版本
long random (long howbig)
生成隨機(jī)數(shù)
生成[0, howbig-1]范圍的隨機(jī)數(shù).
參數(shù):
- howbig 最大值
long random (long howsmall, long howbig)
生成隨機(jī)數(shù)
生成[howsmall, howbig-1]范圍的隨機(jī)數(shù).
參數(shù):
- howsmall 最小值
- howbig 最大值