math/Makefile.am, symm/Makefile.am: Use `--no-install' on oddball tests.
[catacomb] / rand / lcrand.c
index 6944a71..1c76f65 100644 (file)
@@ -244,9 +244,9 @@ static uint32 grange(grand *r, uint32 l)
 
 static const grand_ops gops = {
   "lcrand",
-  LCRAND_P, 0,
+  0, LCRAND_P,
   gmisc, gdestroy,
-  graw, gbyte, grand_word, grange, grand_fill
+  graw, gbyte, grand_defaultword, grange, grand_defaultfill
 };
 
 /* --- @lcrand_create@ --- *