Zcalculate.
Library Index
math / Free Online Tool

Random Number Generator.

Create arrays of random integers in ranges, allowing or preventing duplicates.

Input Parameters

Comments & Feedback.

Documentation

User manual & function guide.

Detailed manual explaining every function, input parameter, and operational example for the Random Number Generator.

Min / Max Range

Function

Defines bounds for random integer generation.

Example Operation Min = 1, Max = 100

Quantity & Duplicates

Function

Specifies quantity of numbers and toggle for duplicate values.

Example Operation Generate 5 unique numbers -> [14, 42, 67, 88, 93]

Frequently asked questions.

Are the random numbers truly random?

This generator uses JavaScript's Math.random() which produces cryptographically pseudo-random numbers. For most purposes (games, sampling, education), this provides sufficient randomness.

Related calculators.

Explore more tools that complement this calculator.