1
0
mirror of https://github.com/tzuwei-huang/random-number-generator.git synced 2026-08-24 14:10:29 +09:00

7 Commits

Author SHA1 Message Date
43fe8baaee
feat: Add Github icon (#5) 2026-01-29 21:06:12 +09:00
4f0e8f7284
feat: add live demo page (#4)
* feat: Add web-based UI for fair random number generator with multi-language support and live demo link in README

* feat: Add mode switching (Fair/Pure Random), repeat detection, and cryptographic randomness for web app
2026-01-25 17:39:47 +09:00
6aff0accc8
Update README with file integrity verification steps (#3)
Added instructions for verifying file integrity after download.
2026-01-24 22:57:52 +09:00
24d3f49101
feat: add pure random function (#1)
* - Add "Pure Random" mode with repeat detection feature
- Improve UI layout and styling for compact presentation screens
- Introduce auto cleanup of existing processes on port 80 before startup
- Update translations and language toggle functionalities
- Remove unused test dependencies
- Add Apache 2.0 license and update relevant metadata

* fix: Update number pooling logic and adjust test for remaining count
v1.1.0
2026-01-24 17:07:07 +09:00
e1c1b79d0f
feat: Update README with new features, security enhancements, and updated commands v1.0.0 2026-01-24 04:44:50 +09:00
7b3a221e48
feat:
- Replace Flask with FastAPI for improved performance and modern architecture
- Add exhaustive test coverage for language toggle, range settings, and functionality validations
- Ensure app instance uniqueness with process checking logic
- Update dependency management and improve repository state for FastAPI compatibility
2026-01-24 04:33:27 +09:00
713ad34afb
feat: Initial implementation of random number generator with Flask. Includes multi-language support, number pool logic, and basic UI. 2026-01-24 03:18:24 +09:00