Skip to content

This change updates the random number generation utility to use tf.uint64 for bitwise operations and constants. The seed generation function (next_seed_fn) has been rewritten to implement a proper 7-bit LFSR (PRBS7) using bitwise operations, replacing the previous power-based approximation.#1288

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_915708863
Jun 2, 2026

Conversation

@copybara-service
Copy link
Copy Markdown

This change updates the random number generation utility to use tf.uint64 for bitwise operations and constants. The seed generation function (next_seed_fn) has been rewritten to implement a proper 7-bit LFSR (PRBS7) using bitwise operations, replacing the previous power-based approximation.

@copybara-service copybara-service Bot force-pushed the test_915708863 branch 7 times, most recently from 4c742aa to 7841781 Compare June 2, 2026 21:17
…nt64 for bitwise operations and constants. The seed generation function (next_seed_fn) has been rewritten to implement a proper 7-bit LFSR (PRBS7) using bitwise operations, replacing the previous power-based approximation.

PiperOrigin-RevId: 925582083
@copybara-service copybara-service Bot merged commit d509ed5 into master Jun 2, 2026
1 check passed
@copybara-service copybara-service Bot deleted the test_915708863 branch June 2, 2026 21:33
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.

1 participant