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

chore: add testcase to seeded_state #49

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

Konippi
Copy link
Contributor

@Konippi Konippi commented Jul 26, 2024

Purpose

Verify that FxSeededState instances with the same seed produce the same hasher.

Description

This test confirms that using the same seed value results in identical hashers.
This ensures that the internal state of FxHasher is consistent for instances created with the same seed value.

@Noratrieb Noratrieb merged commit eb049a8 into rust-lang:master Jul 27, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants