#include <unistd.h>#include <fcntl.h>#include <math.h>#include <time.h>#include "timer.h"#include "random_seed.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 a seed to use in conjunction with random functions. | |
| static uint32_t get_generic_seed | ( | void | ) | [static] |
| static int read_random | ( | uint32_t * | dst, | |
| const char * | file | |||
| ) | [static] |
1.5.8