diff options
author | foobar <sniper@php.net> | 2001-09-05 19:47:55 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-09-05 19:47:55 +0000 |
commit | 42b5521af505eaddfd4891703da8120865896258 (patch) | |
tree | c80bb41e38dba221361ce7eb504f28eb557014bd /ext/standard/basic_functions.h | |
parent | 24b54b866fc36fed094c1f455e0174c99c24ee40 (diff) | |
download | php-git-42b5521af505eaddfd4891703da8120865896258.tar.gz |
revert bad commit.
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r-- | ext/standard/basic_functions.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index c246348c99..38a06413eb 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -170,13 +170,6 @@ typedef struct { struct stat lsb; /* rand.c */ - int rand_generator; /* current ini-setting */ - int rand_generator_current; /* current (by overriding by [mt_]srand) */ - - /* rand_sys.c */ - unsigned int rand_sys_seed; /* Current seed for system-rand() (necessary for thread-safety) */ - - /* rand_mt.c */ php_uint32 state[MT_N+1]; /* state vector + 1 extra to not violate ANSI C */ php_uint32 *next; /* next random value is computed from here */ int left; /* can *next++ this many times before reloading */ |