Skip to content

harisanjay15/Random-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Random-Number

The Linear Congruential Random Number Generator is a popular method of creating random numbers. It is linear congruential as the values are related to each other in a linear way, modulo m. It uses the sequence generator of:

Xi =(a×Xi−1+c)mod m and where X is the initial seed value of the series.

This Program can generate upto 1,00,000 random numbers with no repetations.

Releases

No releases published

Packages

No packages published

Languages