Package com.fasterxml.uuid.impl
Class LazyRandom
java.lang.Object
com.fasterxml.uuid.impl.LazyRandom
Trivial helper class that uses class loading as synchronization
mechanism for lazy instantiation of the shared secure random
instance.
Since 5.0 has been lazily created to avoid issues with native-generation tools like Graal.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LazyRandom
public LazyRandom()
-
-
Method Details