diff options
Diffstat (limited to 'stdlib/tst-random.c')
-rw-r--r-- | stdlib/tst-random.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/tst-random.c b/stdlib/tst-random.c index 8fe0993dd7..794d12a385 100644 --- a/stdlib/tst-random.c +++ b/stdlib/tst-random.c @@ -1,5 +1,4 @@ /* Test program for random(), srandom(), initstate(), setstate() - Written by Michael J. Fischer, August 21, 2000 Placed in the public domain. */ /* This program primarily tests the correct functioning of srandom() |