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

fix random_range_unsigned_value #23

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

tpwrules
Copy link
Contributor

Previously, it would in some circumstances not generate some values. In particular, dynamic arrays with 0 or 1 element were never tested with an element.

Now, all values can always be generated using the specified inclusive range (though the probabilities are not exactly identical).

Previously, it would in some circumstances not generate some values. In
particular, dynamic arrays with 0 or 1 element were never tested with an
element.

Now, all values can always be generated using the specified inclusive
range (though the probabilities are not exactly identical).
@tridge tridge merged commit a8ef2eb into dronecan:master Jul 16, 2024
3 checks passed
@tpwrules tpwrules deleted the pr/fix-random-range branch July 16, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants