VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@RANDOM
Windows ✓Linux ✓macOS ⏳
Syntax
@RANDOM( <max> )
@RANDOM( <min> , <max>)
Description
This function returns an integer pseudo-random number between the specified <min> and <max<. If no <min> specified, then it returns an integer random number between 0 and <max>.
The series of numbers returned by this function is repeatable for any value of the seed set using the RANDOM command.
OK
Unchanged.
Example
See a more advanced example...