delorie.com/djgpp/doc/libc/libc_471.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <stdlib.h> char *initstate(unsigned seed, char *arg_state, int n); |
Initializes the random number generator (see section random) with pointer
arg_state to array of n bytes, then calls srandom
with
seed.
Pointer to old state information.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |