Is there a way to generate a unique surrogate string like UUID.randomUUID() but containing characters only (means no numbers)? The string is stored in multiple databases on different hosts and has to be system wide unique (even if I generate two keys at the same time – i.e. by threads).
Is there a way to generate a unique surrogate string like UUID.randomUUID() but containing
Share
Just wrote this – random string of upper case characters: