#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 32 of file random.h.
Current untempered value we use as the base.
Definition at line 34 of file random.h.
Referenced by av_random(), av_random_generate_untempered_numbers(), and av_random_init().
unsigned int AVRandomState::mt[AV_RANDOM_N] |
the array for the state vector
Definition at line 33 of file random.h.
Referenced by av_random(), av_random_generate_untempered_numbers(), and av_random_init().