Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / random.c
index 4fcdda5..6d278a4 100644 (file)
--- a/random.c
+++ b/random.c
@@ -207,7 +207,7 @@ struct random_state {
     int pos;
 };
 
-random_state *random_init(char *seed, int len)
+random_state *random_new(char *seed, int len)
 {
     random_state *state;