/* $Id$ */ #include #include #include "test.h" #if INCLUDE_RAND_TEST #define COUNT 1024 static int values[COUNT]; /* * rand_test(), simply generates COUNT number of random number and * check that there's no duplicate numbers. */ int rand_test(void) { int i; for (i=0; i