Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psygo/monte-carlo-ts
- Owner: psygo
- Created: 2023-05-28T20:54:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-29T13:08:10.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:22:12.132Z (6 months ago)
- Topics: monte-carlo, simulation, statistics
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)