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

Open
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_915708863

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 2 times, most recently from 6f9a086 to db69a52 Compare May 27, 2026 19:00
…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: 915708863
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