# HG changeset patch # User mas01cr # Date 1217844107 0 # Node ID 9f9b8b5f35f21b504fa25d55e57f4d24b30d49ae # Parent 74824093c1c48242e2c296c22fa84447278647d4 Whoops. My fault: time() takes an argument. diff -r 74824093c1c4 -r 9f9b8b5f35f2 tests/pointset_test/genpoints2.c --- a/tests/pointset_test/genpoints2.c Mon Aug 04 10:00:34 2008 +0000 +++ b/tests/pointset_test/genpoints2.c Mon Aug 04 10:01:47 2008 +0000 @@ -23,7 +23,7 @@ // Generate *count* Gaussian Random vectors in R^*dim* // sitting on the *rdashed*-sphere - srandom(time()); + srandom(time(NULL)); int i,j; for (i = 0; i < count + 1; i++) {