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(::MemorizingRNG, ::Type{Int}) doesn't work #7

Open
zsunberg opened this issue Sep 18, 2018 · 0 comments
Open

rand(::MemorizingRNG, ::Type{Int}) doesn't work #7

zsunberg opened this issue Sep 18, 2018 · 0 comments

Comments

@zsunberg
Copy link
Member

Some methods of rand don't work for the MemorizingRNG. This is because I didn't take the time to reverse - engineer all the MersenneTwister code that I needed to.

It's not clear how crucial this is because it seems like people would rarely actually want to use rand(..., Int). The most common usages that I could think of (see test/memorizing_rng.jl) seem to work fine, so maybe this is not a big issue.

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

1 participant