FFmpeg 5.1.6
|
Context structure for the Lagged Fibonacci PRNG. More...
#include <libavutil/lfg.h>
Data Fields | |
unsigned int | state [64] |
int | index |
Context structure for the Lagged Fibonacci PRNG.
The exact layout, types and content of this struct may change and should not be accessed directly. Only its sizeof() is guranteed to stay the same to allow easy instanciation.
unsigned int AVLFG::state[64] |
Definition at line 34 of file lfg.h.
Referenced by av_lfg_get(), and av_mlfg_get().
int AVLFG::index |
Definition at line 35 of file lfg.h.
Referenced by av_lfg_get(), and av_mlfg_get().