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

undefined reference to random() (should be rand() ) #29

Closed
benkuper opened this issue May 14, 2018 · 0 comments
Closed

undefined reference to random() (should be rand() ) #29

benkuper opened this issue May 14, 2018 · 0 comments
Milestone

Comments

@benkuper
Copy link

uint32_t r = random();

can't compile with latest vm and git versions, random() should be replace by rand()

Also, in case code is uncommented at some point, same file line 2941

@krichardsson krichardsson added this to the Next version milestone May 29, 2018
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