Generate decimal values inside a numeric range, choose the number of places after the decimal point, and create multiple results at once.
Generated with secure browser randomness when available.
The tool picks a random floating-point value in the usual [0, 1) interval, scales it into your chosen range, and rounds the result to the requested number of decimal places.
This makes it useful for mock prices, measurements, percentages, and any other range-based decimal sample data.
Yes. Any valid numeric minimum and maximum can be used as long as the minimum is not greater than the maximum.
The generator keeps the full random value internally but displays a rounded result so the requested decimal precision is consistent.
Yes. Random generation does not guarantee uniqueness unless extra logic is added to enforce it.
They are useful for mock prices, dimensions, scores, probabilities, and sample datasets.
Wider ranges increase the spread of possible output values.
More decimal places give you finer-grained results but longer visual output.
Rounded display values are often easier to use in UI mockups and fixture data.
Related Tools
Convert pixels to inches.
Convert RGB color values into HEX codes.
Convert roman numerals values.
Convert between kilobytes and megabytes.
Convert letters to numbers.
Convert between megabytes and gigabytes.