aboutsummaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c2
1 files changed, 1 insertions, 1 deletions
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;