Test case name | Result |
---|---|
Math.random() + Math.floor() | |
crypto.getRandomValues() | |
Math.random(Math.random()) |
Test name | Executions per second |
---|---|
Math.random() + Math.floor() | 6063282.5 Ops/sec |
crypto.getRandomValues() | 196896.6 Ops/sec |
Math.random(Math.random()) | 3073113.8 Ops/sec |