FFmpeg
|
Context structure for the Lagged Fibonacci PRNG. More...
#include <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.