- java.lang.Object
-
- com.github.f4b6a3.ulid.random.DefaultRandomGenerator
-
- All Implemented Interfaces:
RandomGenerator
public final class DefaultRandomGenerator extends Object implements RandomGenerator
It uses an instance ofSecureRandom.
-
-
Constructor Summary
Constructors Constructor Description DefaultRandomGenerator()
-
-
-
Method Detail
-
nextBytes
public void nextBytes(byte[] bytes)
- Specified by:
nextBytesin interfaceRandomGenerator
-
-