Interface RandomUIntGenerator

  • All Known Implementing Classes:
    DefaultUIntGenerator

    public interface RandomUIntGenerator
    Configuration information for generating random numbers for password creation
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNextUInt​(int max)
      Generate a random integer between 0 and max (not included).
      Random random()
      Returns a java.util.Random object used to reorder the characters composing a password.