https://github.com/bsodium/randomite
A basic gaussian random number generator with a modern chart visualiser.
https://github.com/bsodium/randomite
featured generator procedural-generation random
Last synced: 7 months ago
JSON representation
A basic gaussian random number generator with a modern chart visualiser.
- Host: GitHub
- URL: https://github.com/bsodium/randomite
- Owner: BSoDium
- License: mit
- Created: 2022-12-16T13:17:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T02:22:27.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:38:01.102Z (over 1 year ago)
- Topics: featured, generator, procedural-generation, random
- Language: TypeScript
- Homepage: https://randomite.bsodium.fr/
- Size: 527 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# RandomiteA pseudo-random number generator and visualizer for the web.
Randomite is a web app that generates random numbers and visualizes them in a variety of ways. It is written in TypeScript and uses the [echarts](https://echarts.apache.org/en/index.html) library for visualization.
## Usage
The app is hosted at [https://randomite.bsodium.fr/](https://randomite.bsodium.fr/). You can also download the source code and run it locally. The app is written in TypeScript React and uses [Joy-UI](https://mui.com/) for the UI.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.