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 mt_rand instead of rand #3491

Closed
pebosi opened this issue Oct 30, 2012 · 3 comments
Closed

Use mt_rand instead of rand #3491

pebosi opened this issue Oct 30, 2012 · 3 comments
Assignees
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@pebosi
Copy link
Contributor

pebosi commented Oct 30, 2012

My patch changes some uses of rand() to the faster mt_rand().

@pebosi
Copy link
Contributor Author

pebosi commented Oct 30, 2012

Attachment:
mt_rand.patch

@mattab
Copy link
Member

mattab commented Oct 31, 2012

lgtm (looks good to me)

@diosmosis
Copy link
Member

(In [7627]) Fixes #3491, applying pebosi's patch to use mt_rand instead of rand.

@pebosi pebosi added this to the 1.10 - Piwik 1.10 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

3 participants