Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 258 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 258 Bytes

Random_Number_Generator

Here I implemented and test a random number generator using the LCG method.

I'm using 3 tests on the generator:

  • Discrepancy
  • Chi-squared test (With a 5% acceptance)
  • Spectral test (Only the visual representation in 2D and 3D)