Cleanup: rename random_init() to random_new(), because it actually
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Oct 2005 16:27:54 +0000 (16:27 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Oct 2005 16:27:54 +0000 (16:27 +0000)
commit1fbb0680d5935d6217a1110f02756229a42f5fb2
tree1e8bcd5adc7c7d3b8179a954bc0e7c1c50cec7af
parente7c63b022fd899a7b5e2eb48b0c60b201952789d
Cleanup: rename random_init() to random_new(), because it actually
_allocates_ a random_state rather than just initialising one passed
in by the caller.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6412 cda61777-01e9-0310-a592-d414129be87e
blackbox.c
devel.but
map.c
midend.c
net.c
puzzles.h
random.c