Skip to content

Comments

Update FuzzingBitGen to take two streams, an instruction stream and a data stream.#1991

Open
copybara-service[bot] wants to merge 1 commit intomainfrom
cl/873431571
Open

Update FuzzingBitGen to take two streams, an instruction stream and a data stream.#1991
copybara-service[bot] wants to merge 1 commit intomainfrom
cl/873431571

Conversation

@copybara-service
Copy link
Contributor

@copybara-service copybara-service bot commented Feb 23, 2026

Update FuzzingBitGen to take two streams, an instruction stream and a data stream.

The instruction stream controls the behavior of the mocked distribution functions, determining whether to return boundary values (min, max, mean) or a value derived from the data stream.

The data stream provides the actual byte data for generating random values.

Also add additional tests to FuzzingBitGen for the distribution functions.

NOTE: This will change the variates generated by FuzzingBitGen from prior versions.

@copybara-service copybara-service bot force-pushed the cl/873431571 branch 10 times, most recently from 7c98ddf to 1621298 Compare February 23, 2026 23:11
@copybara-service copybara-service bot changed the title No public description Update FuzzingBitGen to take two streams, an instruction stream and a data stream. Feb 23, 2026
@copybara-service copybara-service bot force-pushed the cl/873431571 branch 4 times, most recently from e057cab to 3fb6eb6 Compare February 23, 2026 23:50
… data stream.

The instruction stream controls the behavior of the mocked distribution functions, determining whether to return boundary values (min, max, mean) or a value derived from the data stream.

The data stream provides the actual byte data for generating random values.

Also add additional tests to FuzzingBitGen for the distribution functions.

NOTE: This will change the variates generated by FuzzingBitGen from prior versions.
PiperOrigin-RevId: 873431571
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