Test case name | Result |
---|---|
generateRandomString1 | |
Math.floor(Math.random() * 9000000000) + 1000000000 | |
Math.floor(Math.random() * 1000000000) |
Test name | Executions per second |
---|---|
generateRandomString1 | 7116735.0 Ops/sec |
Math.floor(Math.random() * 9000000000) + 1000000000 | 87343368.0 Ops/sec |
Math.floor(Math.random() * 1000000000) | 86376784.0 Ops/sec |