You would be surprised how often a quick "give me 50 random numbers between 1 and 100" comes up — it is the kind of request that arrives during debugging, during test authoring, and during any simulation or visualisation. The tools that answer it tend to be either over-engineered or hidden inside libraries that demand a few lines of setup before they hand over a single value.
Random Decimal Numbers Generator answers that need directly. Set the range, the count, the integer-or-float mode, the decimal place count, optional reproducibility seed, and an optional distribution bias. Get a clean list, a grid view, or a quick histogram for sanity-checking the distribution.
Underneath the buttons is the small amount of information the system actually requires — what uniform and weighted mean, what seed pins, why unique mode matters — plus practical guidance on which option fits which purpose. Everything runs in your browser; nothing is uploaded.