chiark / gitweb /
Rearrange the file tree.
[catacomb] / rand / lcrand.c
similarity index 98%
rename from lcrand.c
rename to rand/lcrand.c
index a108f13a66a0fe7c4fff453ff15e1934c5607d96..6944a71d7d144afa5c7d99bf602833ea0737ed14 100644 (file)
--- a/lcrand.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: lcrand.c,v 1.5 2004/04/08 01:36:15 mdw Exp $
  *
  * Simple linear congruential generator
  *
@@ -297,7 +295,7 @@ static test_chunk tests[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, tests, SRCDIR"/tests/lcrand");
+  test_run(argc, argv, tests, SRCDIR"/t/lcrand");
   return (0);
 }