Give Me Numbers

★★★★★
★★★★★
96 users
<
>
Franklin TES-121 Spanish-English Phrasebook & Translator
★★★★★
★★★★★
Do All Outdoors .22 Triple Spinner Target
★★★★★
★★★★★
It Ends With Us By Colleen Hoover
★★★★★
★★★★★
Valve Steam Deck 512GB Model - BRAND NEW
★★★★★
★★★★★
Lifeproof with Petproof Technology 8 in. x 8 in. Texture Carpet Sample - Silver Mane II -Color Almost White
★★★★★
★★★★★
Seagate PS4 Game Drive 2TB
★★★★★
★★★★★

This extension generates random numbers between 2 values. A Min value and a Max value. Both Min and Max are inclusive values in the result.
It is possible to choose the quantity of the numbers to be generated, for instance, like a dice, you can choose numbers between 1 and 6, and if you need 20 numbers, a possible result could be something like:
3 3 5 6 2 1 6 4 1 6 2 1 2 2 4 3 6 5 2 1 (generated by this extension).
The generated numbers follows a uniform distribution.
The extension uses the chrome storage to keep the chosen values between sessions and browsers in sync.
In future versions I hope to generate number from different distributions like Gaussian, Poisson, Binomial and Exponential.
Hope it can be useful to you. Sometimes we think we don't need something like this, until the day we have it!
Please, use it, be free to return feedback for improvements or reports about something that's not working as expected.
Related