接口 Random

    • 方法详细资料

      • nextBytes

        void nextBytes​(byte[] bytes)
      • nextInt

        int nextInt()
      • nextInt

        int nextInt​(int bound)
      • nextLong

        long nextLong()
      • nextBoolean

        boolean nextBoolean()
      • nextFloat

        float nextFloat()
      • nextDouble

        double nextDouble()