Integer and decimal generation
Integer mode draws whole numbers between the inclusive minimum and maximum. Decimal mode converts the requested precision into discrete numeric steps and draws from that finite range.
The generator supports up to six decimal places and can return one value or a larger list.
Unique values and sorting
Enable Unique values only when duplicates are not acceptable. Toolmera checks that the requested quantity can fit inside the selected discrete range before generating.
Results can remain in random order or be sorted ascending or descending after generation.
How bounded random values are sampled
Toolmera draws browser Web Crypto values and uses rejection sampling for bounded integer selection instead of a naive modulo operation.
This is a general-purpose utility and is not presented as a certified lottery, gaming or regulated drawing system.