クラス RandomUtils

java.lang.Object
org.thinkit.bot.instagram.util.RandomUtils

public final class RandomUtils
extends Object
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    RandomUtils()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static int nextInt​(int bound)  
    static int nextInt​(int bound, int weight)  

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • RandomUtils

      public RandomUtils()
  • メソッドの詳細

    • nextInt

      public static int nextInt​(int bound)
    • nextInt

      public static int nextInt​(int bound, int weight)