randomUUID method

String randomUUID()

The randomUUID() method of the Crypto interface is used to generate a v4 using a cryptographically secure random number generator.

Implementation

external String randomUUID();