Class DefaultUIntGenerator

java.lang.Object
rodeo.password.pgencheck.DefaultUIntGenerator
All Implemented Interfaces:
RandomUIntGenerator

public final class DefaultUIntGenerator extends Object implements RandomUIntGenerator
A default implementation of RandomUIntGenerator. This class is used if no implementation of RandomUIntGenerator is provided to PasswordMaker.Factory.

This class use ThreadLocalRandom.current() internally.

See Also: