/* * Copyright (C) 1993-1994. James Darrell McCauley. (darrell@mccauley-usa.com) * http://mccauley-usa.com/ * * This program is free software under the GPL (>=v2) * Read the file GPL.TXT coming with GRASS for details. */ #include #include "kcv.h" double myrand (void) { int rand (); return (double) rand (); }