Package de.extio.spacecraft.shared.util
Class FastRandomUUID
- java.lang.Object
-
- de.extio.spacecraft.shared.util.FastRandomUUID
-
public final class FastRandomUUID extends Object
Optimized factory to create a random UUID
-
-
Constructor Summary
Constructors Constructor Description FastRandomUUID()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UUID
create()
Creates a random UUID that has been created fast without draining the operating system's pool of entropy but is not safe for security relevant use (but this is usually not our use case anyway)
-
-
-
Method Detail
-
create
public static UUID create()
Creates a random UUID that has been created fast without draining the operating system's pool of entropy but is not safe for security relevant use (but this is usually not our use case anyway)
-
-