carve
carve copied to clipboard
srandomdev() in geom3d_unittest.cpp
srandomdev() in geom3d_unittest.cpp is missing the #if defined() wrapper.
#if defined(__APPLE__)
srandomdev();
#else
srandom(time(NULL));
#endif
Original issue reported on code.google.com by [email protected] on 13 Feb 2012 at 7:47