Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psygo/monte-carlo-ts

Monte Carlo (Gaussian) with TypeScript and SolidJS
https://github.com/psygo/monte-carlo-ts

monte-carlo simulation statistics

Last synced: about 9 hours ago
JSON representation

Monte Carlo (Gaussian) with TypeScript and SolidJS

Awesome Lists containing this project

README

        

# Monte Carlo JS

## References

- [SolidJS](https://www.solidjs.com/)
- [MDN `Math.random()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random)
- [random-js](https://www.npmjs.com/package/random-js)
- [JavaScript Math.random Normal distribution (Gaussian bell curve)? (Box-Muller Transform)](https://stackoverflow.com/a/36481059/4756173)