https://github.com/nickserv/randomize
A simple web app for generating random data.
https://github.com/nickserv/randomize
Last synced: 2 months ago
JSON representation
A simple web app for generating random data.
- Host: GitHub
- URL: https://github.com/nickserv/randomize
- Owner: nickserv
- License: mit
- Created: 2013-12-20T07:19:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T19:39:21.000Z (over 3 years ago)
- Last Synced: 2025-03-10T11:07:53.703Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nickmccurdy.com/randomize/
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[Randomize](https://nickmccurdy.com/randomize/)
=======================================================
A simple web app for generating random data.
Goals
-----
- Simple UI, offering common use cases (dice, coins, etc.) along with more configurable alternatives.
- Make it clear what the settings were for all results.
- Mobile friendly UI.
- Focus on fast results with PRNGs, instead of using a more accurate source of randomness.