Numbers generator




Also available on the following NuGet packages:

OG_CSharpLogoOG_QSharpLogo

What is the generator used for?

The number generator can be used for games, simulations or unpredictability in various projects.

Two options are offered

Completely random numbers

Allows you to generate a sequence of random numbers based on a given number.

Numbers generated according to a limit

Generates a sequence of numbers based on a given minimum and maximum. The given maximum is included in the random sequence.