#include <unistd.h>
#include <fcntl.h>
#include "timer.h"
#include "random_seed.h"
Go to the source code of this file.
Functions | |
uint32_t | ff_random_get_seed (void) |
Gets a seed to use in conjunction with random functions. |
uint32_t ff_random_get_seed | ( | void | ) |
Gets a seed to use in conjunction with random functions.
Definition at line 26 of file random_seed.c.
Referenced by av_parse_color(), main(), make_digest_auth(), mxf_gen_umid(), and rtp_write_header().