#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include "lfg.h"
#include "md5.h"
#include "intreadwrite.h"
#include "attributes.h"
Go to the source code of this file.
Functions | |
void av_cold | av_lfg_init (AVLFG *c, unsigned int seed) |
void | av_bmg_get (AVLFG *lfg, double out[2]) |
Get the next two numbers generated by a Box-Muller Gaussian generator using the random numbers issued by lfg. |
void av_bmg_get | ( | AVLFG * | lfg, | |
double | out[2] | |||
) |
void av_cold av_lfg_init | ( | AVLFG * | c, | |
unsigned int | seed | |||
) |
Definition at line 30 of file lfg.c.
Referenced by a64multi_init_encoder(), ac3_decode_init(), amrwb_decode_init(), cook_decode_init(), dct_error(), decode_init(), encode_init(), fill_random(), idct248_error(), main(), mkv_write_header(), mpc7_decode_init(), mpc8_decode_init(), roq_encode_init(), and rtmp_handshake().