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

Identical tmp-file names when running multithreaded #271

Open
sthum136 opened this issue Apr 9, 2019 · 1 comment
Open

Identical tmp-file names when running multithreaded #271

sthum136 opened this issue Apr 9, 2019 · 1 comment

Comments

@sthum136
Copy link

sthum136 commented Apr 9, 2019

When running multithreaded, I get identical tmp-File names because mt_rand() in the StringUtils class returns identical values in the child processes.

@sthum136
Copy link
Author

sthum136 commented Apr 9, 2019

Proposal: using random_int() instead of mt_rand()

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