X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/e9f8a17fe682e455dff18a9dbdb1310d18d2dc1f..HEAD:/random.c diff --git a/random.c b/random.c index 4fcdda5..6d278a4 100644 --- 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;