A javascript application for generating random numbers using two different methods: The Lease Square Method and The Linear Congruential Method.
- Clone repository
- Run npm install in cloned directory
- To use the Least Square Method, run node least-square-method.js
- To use the Linear Congruential Method, run node linear-congruential-method.js
- For each of the chosen methods, follow the instruction on the terminal