Interface IRandomizer

All Known Implementing Classes:
Randomizer

public interface IRandomizer
Author:
Eike Stepper
  • Method Details

    • 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

      String nextString(int length, String alphabet)