Interface RandomUIntGenerator

All Known Implementing Classes:
DefaultUIntGenerator

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

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