mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Various cleanups and clarifications to devel.but; some from Richard
B and some from me. Also an additional utility function `random_copy' from Richard B, which he says is useful in a new puzzle he's working on and which seems likely to come in handy again at some point. [originally from svn r6153]
This commit is contained in:
@ -243,6 +243,7 @@ extern char ver[];
|
||||
* random.c
|
||||
*/
|
||||
random_state *random_init(char *seed, int len);
|
||||
random_state *random_copy(random_state *tocopy);
|
||||
unsigned long random_bits(random_state *state, int bits);
|
||||
unsigned long random_upto(random_state *state, unsigned long limit);
|
||||
void random_free(random_state *state);
|
||||
|
Reference in New Issue
Block a user