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

Use uniform_real_distribution to provide floats in C++ #392

Open
agroce opened this issue Jan 29, 2022 · 1 comment
Open

Use uniform_real_distribution to provide floats in C++ #392

agroce opened this issue Jan 29, 2022 · 1 comment
Assignees

Comments

@agroce
Copy link
Collaborator

agroce commented Jan 29, 2022

Better distribution options, and should be able to take a DeepState_Unsigned factory as a generator...

@agroce agroce self-assigned this Jan 29, 2022
@agroce agroce changed the title Use uniform_distribution_real to provide floats in C++ Use uniform_real_distribution to provide floats in C++ Jan 29, 2022
@agroce
Copy link
Collaborator Author

agroce commented Jan 29, 2022

Probably useful to give users access to some way to provide DeepState values to the C++ standard distributions in any case; might be useful in various situations (though since the underlying fuzzer generators won't be uniform, you won't really get a normal, etc. of course if you're using feedback)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant