Starting on Node.js 15.6, there's support for a native [`randomUUID()`](https://nodejs.org/api/crypto.html#crypto_crypto_randomuuid_options) implementation, that implements UUID v4. What about checking for its support on https://github.com/uuidjs/uuid/blob/master/src/v4.js and use it when available?