Generate a random number between any two values, with optional decimal precision.
The Random Number Generator lets you generate multiple random numbers within a specified range.
Features:
- Set a minimum and maximum value
- Choose how many random numbers to generate
- Numbers are generated instantly and updated as inputs change
- Useful for testing, simulations, games, or quick random data generation
Example:
- Min: 10, Max: 100, Amount: 5 → Result: [23, 77, 45, 11, 99]