ToolBuddy
In Browser

Random Number Generator

Pick random integers or decimals in a min–max range, one at a time or in a list. Simple test data and dice-style rolls without a remote RNG. Generated on your device.

Runs in your browser. Nothing is uploaded.

About this tool

Draw random integers or decimals between a minimum and a maximum, one value or a list. Sampling uses crypto.getRandomValues scaled into the range. Decimal places from 0 to 8 cover money-like fixtures and scientific dummy data. If min is greater than max they swap internally so the range is always valid.

How to use: set min, max, count, and decimals, then copy the list. Generate again for a new sample. Count is capped to keep the tab responsive. This is not a lottery-certified draw and should not be used as a legal raffle.

Example: min 1, max 6, count 2, decimals 0 simulates two dice. Min 0, max 1, decimals 4 yields unit-interval floats as text you can paste into a CSV. Integers use floor so the upper bound behaves like a classic discrete picker.

Sampling is on-device. Test scores and dummy metrics stay in the tab. Related: random string for tokens, password generator for secrets.

Related Generate tools