diff --git a/src/library_uuid.js b/src/library_uuid.js index fc27dc5ed368d..f7926cccdd6b7 100644 --- a/src/library_uuid.js +++ b/src/library_uuid.js @@ -66,7 +66,10 @@ mergeInto(LibraryManager.library, { uuid[8] = (uuid[8] & 0x7F) | 0x80; writeArrayToMemory(uuid, out); }, - + + // If uuid_generate is secure and random enough, we can just uuid_generate_random + uuid_generate_random : 'uuid_generate', + // Compares the value of the supplied 'compact' UUID variable uu to the NULL value. // If the value is equal to the NULL UUID, 1 is returned, otherwise 0 is returned. uuid_is_null: function(uu) {