Random Number Generator
This Random Number Generator creates random numbers with customizable ranges and distribution types. Perfect for statistical sampling, simulations, games, and decision making. Features uniform and normal distributions, with options for integers or decimals.
Random Number Generator
Generate random numbers for various applications
Random number generators (RNGs) create sequences of numbers that lack any pattern and appear random. In computing, these are typically pseudo-random number generators (PRNGs) that use algorithms to produce sequences of numbers that approximate true randomness.
Key Features
- Generate a specified number of random values within a defined range
- Option to ensure all generated numbers are unique
- Sort output in ascending order
- Control decimal precision for non-integer random numbers
- Save and recall previous random generations
- Share results via URL
Random Number Types
Integer Range
Generate whole numbers between a minimum and maximum value. Ideal for simulations, games, and basic sampling.
Decimal Numbers
Generate numbers with specified decimal places. Useful for scientific calculations, statistics, and modeling.
Command Palette
Search for a command to run...