Test case name | Result |
---|---|
npm:uuid.v4() | |
Math.random() | |
crypto.getRandomValues() | |
crypto.randomUUID() |
Test name | Executions per second |
---|---|
npm:uuid.v4() | 1425344.4 Ops/sec |
Math.random() | 755012.2 Ops/sec |
crypto.getRandomValues() | 2089802.8 Ops/sec |
crypto.randomUUID() | 5607730.5 Ops/sec |