Package com.github.f4b6a3.ulid.strategy.random
-
Class Summary Class Description DefaultRandomStrategy It uses a thread local instance ofSecureRandom.OtherRandomStrategy It uses an instance ofRandominjected by constructor.
| Class | Description |
|---|---|
| DefaultRandomStrategy |
It uses a thread local instance of
SecureRandom. |
| OtherRandomStrategy |
It uses an instance of
Random injected by constructor. |