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

rand(FixedRNG(), Bool) should be a Bool #104

Closed
cscherrer opened this issue Oct 17, 2022 · 2 comments
Closed

rand(FixedRNG(), Bool) should be a Bool #104

cscherrer opened this issue Oct 17, 2022 · 2 comments

Comments

@cscherrer
Copy link
Collaborator

Just came across this, we need to fix it:

julia> rand(FixedRNG(), Bool)
0.5
@oschulz
Copy link
Collaborator

oschulz commented Oct 17, 2022

Ooops, maybe MeasureBase shouldn't use "fuzzy logic" without being asked to. :-)

@cscherrer
Copy link
Collaborator Author

Oops, duplicate issue. ConstantRNGs v0.1.1 addresses the problem

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

No branches or pull requests

2 participants