Z
ZF Tang
Hi, guys.
I'm compiling a c++ file in cygwin.
drand48() and srand48() are used in this file. But there is no definition
for them in stdlib.h. Can I replace them with random()? If no, is there any
other approach to solve this problem?
I'm not familiar with Unix/Linux-like environments. Any help will be
appreciate very much.
I'm compiling a c++ file in cygwin.
drand48() and srand48() are used in this file. But there is no definition
for them in stdlib.h. Can I replace them with random()? If no, is there any
other approach to solve this problem?
I'm not familiar with Unix/Linux-like environments. Any help will be
appreciate very much.