Libav
|
#include "config.h"
#include <fcntl.h>
#include <math.h>
#include <time.h>
#include "internal.h"
#include "intreadwrite.h"
#include "mem.h"
#include "timer.h"
#include "random_seed.h"
#include "sha.h"
Go to the source code of this file.
Functions | |
static int | read_random (uint32_t *dst, const char *file) |
static uint32_t | get_generic_seed (void) |
uint32_t | av_get_random_seed (void) |
Get random data. More... | |
|
static |
Definition at line 40 of file random_seed.c.
Referenced by av_get_random_seed().
|
static |
Definition at line 57 of file random_seed.c.
Referenced by av_get_random_seed().