Tests:
  • Math.random() + Math.floor()

    AخA
     
    Math.random()
  • crypto.getRandomValues()

     
    crypto.getRandomValues(new Uint32Array(1))[0] / 4294967296
  • Math.random(Math.random())

     
    Math.random(Math.random())
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Math.random() + Math.floor()
    crypto.getRandomValues()
    Math.random(Math.random())

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Chrome 112 on Linux
View result in a separate tab
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