Uses of Interface
com.github.f4b6a3.ulid.random.RandomGenerator
-
Packages that use RandomGenerator Package Description com.github.f4b6a3.ulid.factory com.github.f4b6a3.ulid.random -
-
Uses of RandomGenerator in com.github.f4b6a3.ulid.factory
Fields in com.github.f4b6a3.ulid.factory declared as RandomGenerator Modifier and Type Field Description protected RandomGeneratorUlidFactory. randomGeneratorMethods in com.github.f4b6a3.ulid.factory with parameters of type RandomGenerator Modifier and Type Method Description <T extends UlidFactory>
TUlidFactory. withRandomGenerator(RandomGenerator randomGenerator)Replaces the default random generator with another. -
Uses of RandomGenerator in com.github.f4b6a3.ulid.random
Classes in com.github.f4b6a3.ulid.random that implement RandomGenerator Modifier and Type Class Description classDefaultRandomGeneratorIt uses an instance ofSecureRandom.
-