Generators / LING.TOOLS
Random number
Pick random integers or decimal numbers within a chosen range, with endpoint controls, precision and batch generation.
Result
Ready when you are
Set up your input and run the tool. Your result will appear right here.
Private · Instant · LocalGUIDE & CONTEXT
About this tool
Generate numerical samples with a browser cryptographic random source. Integer bounds stay within JavaScript’s safe integer range. Decimal mode selects values at the chosen precision, so its possible results form a finite set rather than an infinitely precise continuum.
How to use it
- Choose integer or decimal mode and enter the lower and upper bounds.
- Set whether each endpoint is included; choose precision for decimal values.
- Set the quantity and generate. An empty or invalid range is reported before generation.
Example
Integers from 1 to 6 with both endpoints included model a six-sided die. Decimal precision 2 gives steps of 0.01.