diff options
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 */ |
