Random Decimal Number Generator
Your data never leaves your browserGenerate random decimal (floating-point) numbers with customizable precision.
Options
Brie — Bug Reporting Tool
Found a bug while testing?
Brie captures screenshots, console logs, network data, and session replays in one click — so developers get the full context without the back-and-forth.
About Random Decimal Number Generator
Generate random floating-point numbers within a range you define, with control over the number of decimal places. Useful for generating test data, sample prices, scientific measurements, and more.
How to use
- Set the minimum and maximum values for the range.
- Choose the number of decimal places.
- Set the count and click Generate.
More Random Generators
Frequently Asked Questions
FAQs about Random Decimal Number Generator
What is a floating-point number?
A floating-point (decimal) number includes a fractional part, such as 3.14 or 99.99. This generator lets you control how many decimal digits appear.
How many decimal places can I use?
You can use 0 to 10 decimal places. With 0 decimal places the output is equivalent to a random integer.
Can I generate prices or percentages?
Yes. For prices set Min=0, Max=1000, Decimals=2. For percentages set Min=0, Max=100, Decimals=1.
Is the output uniformly distributed?
Yes, each number is drawn with uniform probability across the entire range.
Can Min and Max be negative?
Yes. You can set any combination of positive and negative values as long as Min is less than Max.