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 32 of file random.h.


Field Documentation

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


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:35:47 2012 for FFmpeg by  doxygen 1.5.8