Skip to content

tlacuilose/simulador-random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulador Random

SemRand es un simulador de números random. Cuenta con los siguientes generadores:

  • MCC: Método de los Centros Cuadrados
  • C: Método Congruencial
  • CM: Método Congruencial Mixto con validación Teorema de HULL-DOBELL
  • M: Generador Multiplicativo
  • CLC: Método Congruencial lineal Combinado

Para los casos MC, MCM y GM se puede validar la aceptación con las pruebas de Chi-Cuadrada y Kolmogorov-Smirnov.

To Use

# Clone repository 
git clone https://github.com/tlacuilose/simulador-random.git 
# Go into the repository
cd simulador-random
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Testing

To test run:

npm test

Unit testing using Mocha and Chai

Integration tests using Spectron

About MVVM

Object oriented in Javascript

Writing documentation with JSDoc

Resources for Learning Electron

License

CC0 1.0 (Public Domain)

About

Desktop application to generate random numbers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors