Decimal Random Generator using PHP


This is a DECIMAL random number generator that generates numbers specified by minimum and maximum value.


For example you would like to generate random numbers between 99.75 and 100.25
Example of this generated decimal random number will be 99.85. 100.21, 100.01, 99.98 etc.
All you need is to specify how many random numbers you need (maximum allowable are 500 random numbers), then also the range eg. minimum and maximum values. Fill up the form and tool will automatically produce the numbers to you.


This tool may contain repeated numbers and if you like uniquely produced numbers, I will create one in the future.


However you can use Excel to provide unique filtering of the produced set of random numbers.
This tool will give two decimal places of the result.

Given:
Enter how many random numbers you need(500 max):

Enter the maximum value of the number:

Enter the minimum value of the number:

Type the captcha below (sorry but this application takes a lot of server resources so we need to make sure you are a human, thanks for understanding.):





Click here to reset or clear this form

Flow chart of this tool:


Flowchart of Decimal Random generator function in PHP

Download source code






Link To This Tool
1. Click inside the codebox
2. Right-Click then Copy
3. Paste the HTML code into your webpage
codebox