Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickserv/randomize
A simple web app for generating random data.
https://github.com/nickserv/randomize
Last synced: 23 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T19:39:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T11:59:22.378Z (3 months ago)
- Language: JavaScript
- Homepage: https://nickmccurdy.com/randomize/
- Size: 331 KB
- Stars: 0
- Watchers: 3
- 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.