carve icon indicating copy to clipboard operation
carve copied to clipboard

srandomdev() in geom3d_unittest.cpp

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

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

GoogleCodeExporter avatar Dec 12 '15 18:12 GoogleCodeExporter