类 RandomUtils
java.lang.Object
link.thingscloud.freeswitch.esl.util.RandomUtils
RandomUtils class.
- 版本:
- 1.0.0
- 作者:
- zhouhailin
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
RandomUtils
public RandomUtils()
-
-
方法详细资料
-
nextInt
public static int nextInt(int startInclusive, int endExclusive) nextInt.
- 参数:
startInclusive- a int.endExclusive- a int.- 返回:
- a int.
-