Class FastRandomUUID


  • public final class FastRandomUUID
    extends Object
    Optimized factory to create a random UUID
    • Constructor Detail

      • FastRandomUUID

        public FastRandomUUID()
    • 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)