类 RandomUtils

java.lang.Object
link.thingscloud.freeswitch.esl.util.RandomUtils

public class RandomUtils extends Object

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.