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 binary array generator that generates different sized binary items #3390

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

westonpace
Copy link
Contributor

The current generator for binary data always generates data that has the exact same length. This PR adds a variation that generates binary elements of different lengths (the lengths are uniformly sampled from a given range).

The existing generator is renamed to fixedbin and this one takes the varbin spot.

@github-actions github-actions bot added the chore label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant