Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for Default impl on RNGs #195

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

lopopolo
Copy link
Member

Fixes #162.

This should move code coverage metric to 100%.

Fixes #162.

This should move code coverage metric to 100%.
@lopopolo lopopolo added C-quality Category: Refactoring, cleanup, and quality improvements. A-core Area: Core Mersenne Twister implementation. labels May 31, 2023
@lopopolo
Copy link
Member Author

per CI, code coverage is now at 100%:

On branch trunk:
coveragePercent = 99.72
linesCovered = 1050
linesMissed = 3
linesTotal = 1053

On PR artichoke/rand_mt#195:
coveragePercent = 100.0
linesCovered = 1071
linesMissed = 0
linesTotal = 1071

@lopopolo lopopolo merged commit 8e695f7 into trunk May 31, 2023
@lopopolo lopopolo deleted the lopopolo/default-is-new-unseeded branch May 31, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core Mersenne Twister implementation. C-quality Category: Refactoring, cleanup, and quality improvements.
Development

Successfully merging this pull request may close these issues.

Add tests for impl Default for Mt and Mt64
1 participant