-
Notifications
You must be signed in to change notification settings - Fork 43
Unit tests for PrngService #222
Copy link
Copy link
Open
Labels
Description
Context
PRNG should be deterministic and unbiased.
Goal
Add tests for randomness distribution and seeding.
Contributor guide
- Directory:
oracle/ - Verify same input produces same output.
- Run basic statistical tests for bias on large sample.
- Test with various request_ids and nonces.
- Assert output length matches contract requirements.
References
- PRNG testing best practices.
Reactions are currently unavailable