Also do not use drand48(), it is not available on Windows.
This commit is contained in:
parent
35e87b903e
commit
f80bf14f28
2 changed files with 1 additions and 2 deletions
|
|
@ -366,7 +366,6 @@ int main_loop(void)
|
|||
last_graph_dump = now;
|
||||
|
||||
srand(now);
|
||||
srand48(now);
|
||||
|
||||
running = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue