Skip to content

Fix for ghc ticket #8899: StdGen does not generate 0 #7

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

Merged
merged 2 commits into from
Aug 22, 2014

Conversation

thomie
Copy link
Contributor

@thomie thomie commented Jul 8, 2014

thomie added 2 commits July 8, 2014 14:29
This follows from the following line in the function stdNext
(z' is the next generated Int):

    z' = if z < 1 then z + 2147483562 else z
Fixme reverred to formatting of comments, which was done in
24260b3
rrnewton added a commit that referenced this pull request Aug 22, 2014
Fix for ghc ticket #8899: StdGen does not generate 0
@rrnewton rrnewton merged commit 8570176 into haskell:master Aug 22, 2014
@rrnewton
Copy link
Member

Thanks!

@thomie thomie deleted the T8899 branch September 8, 2014 16:07
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

Successfully merging this pull request may close these issues.

2 participants