AVRandomState Struct Reference

#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.


Detailed Description

Definition at line 29 of file random.h.


Field Documentation

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(), and av_random_generate_untempered_numbers().

int AVRandomState::index

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().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 22:46:05 2008 for libextractor by  doxygen 1.5.1