diff options
Diffstat (limited to 'stage3/rng.h')
-rw-r--r-- | stage3/rng.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stage3/rng.h b/stage3/rng.h index fe83ff7..7e3f5ed 100644 --- a/stage3/rng.h +++ b/stage3/rng.h @@ -2,5 +2,6 @@ #define RNG_H int rand(); +void srand(int seed); #endif |