Returns a random v4 UUID of the form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
, where each x
is replaced with a random hexadecimal digit from 0 to f, and y
is replaced with a random hexadecimal digit from 8 to b.
Instance, based on recursion, can be found here.
Wow.
@LeverOne how you found out this a*51&52? I mean you was staring at bit patterns of 9, 14, 19 and 24 and suddenly came out with this 52? Or how?