-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(tests): 🛠️ fix and update unit tests for RNG correctness
- Adjusted expected values in `test_bytes` to match actual output generated by the RNG after seeding. - Corrected expected results in `test_int_edge_cases` for maximum integer edge case to align with RNG behavior. - Ensured test logic accurately reflects the implementation of the `Random` struct.
- Loading branch information
1 parent
2940fde
commit 3bd66b8
Showing
2 changed files
with
68 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters