feat: add RandomService, seed diagnostics endpoint, and random mode docs

This commit is contained in:
matt 2026-03-20 18:35:52 -07:00
parent 7e5a29dd74
commit c4eb3bcd5a
10 changed files with 697 additions and 4 deletions

View file

@ -2,7 +2,9 @@
## [Unreleased]
### Added
_No unreleased changes yet_
- **RandomService**: Service wrapper for seeded RNG with validation (`code/web/services/random_service.py`)
- **Random diagnostics**: `GET /api/random/diagnostics` endpoint (requires `WEB_RANDOM_DIAGNOSTICS=1`)
- **Random Mode docs**: `docs/random_mode/` covering seed infrastructure, developer guide, and diagnostics
### Changed
_No unreleased changes yet_