Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 318 Bytes

C-Simulation-Library

A C# Library with a Test web forms project concerning Simulation

###Random numbers ####Linear congruential generator

  • Find parameters a,c for full period of mixed or multiplicative congruential generator.
  • Generate Random numbers with mixed or multiplicative congruential generator.