#include <random.h>
Data Fields | |
unsigned int | mt [AV_RANDOM_N] |
the array for the state vector | |
int | index |
current untempered value we use as the base. |
Definition at line 29 of file random.h.
unsigned int AVRandomState::mt[AV_RANDOM_N] |
the array for the state vector
Definition at line 30 of file random.h.
Referenced by av_init_random(), av_random(), and av_random_generate_untempered_numbers().
current untempered value we use as the base.
Definition at line 31 of file random.h.
Referenced by av_init_random(), av_random(), and av_random_generate_untempered_numbers().