Interface IRandomizer

  • All Known Implementing Classes:
    Randomizer

    public interface IRandomizer
    Author:
    Eike Stepper
    • Method Detail

      • generateSeed

        byte[] generateSeed​(int numBytes)
      • nextBoolean

        boolean nextBoolean()
      • nextDouble

        double nextDouble()
      • nextFloat

        float nextFloat()
      • nextGaussian

        double nextGaussian()
      • nextInt

        int nextInt()
      • nextInt

        int nextInt​(int n)
      • nextLong

        long nextLong()
      • nextBytes

        void nextBytes​(byte[] bytes)
      • nextString

        java.lang.String nextString​(int length,
                                    java.lang.String alphabet)