Uses of Class
com.fasterxml.uuid.impl.RandomBasedGenerator
Packages that use RandomBasedGenerator
Package
Description
Package that contains classes that define Java UUID Generator API.
-
Uses of RandomBasedGenerator in com.fasterxml.uuid
Methods in com.fasterxml.uuid that return RandomBasedGeneratorModifier and TypeMethodDescriptionstatic RandomBasedGeneratorGenerators.randomBasedGenerator()Factory method for constructing UUID generator that uses default (shared) random number generator for constructing UUIDs according to standard version 4.static RandomBasedGeneratorGenerators.randomBasedGenerator(Random rnd) Factory method for constructing UUID generator that uses specified random number generator for constructing UUIDs according to standard version 4.