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.
Context
PRNG should be deterministic and unbiased.
Goal
Add tests for randomness distribution and seeding.
Contributor guide
oracle/References