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


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

Generated on Fri Oct 3 22:47:03 2008 for ffmpeg by  doxygen 1.5.6