Random Number Frequency Visualizer

Below you can visualize the frequency random numbers between 1 and 5 get generated using the following formula:

Math.floor(Math.random() * (1 + High - Low)) + Low

The code will run for 1400 iterations, so it will take about 23.3333333 seconds to complete ☕

  1. 0
  2. 0
  3. 0
  4. 0
  5. 0

You can read more in the Random Numbers in JS article! Reload this page to see the visualization run again.