Home
last modified time | relevance | path

Searched defs:random_source (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/random/
H A Drandomdev.h102 struct random_source { struct
105 random_source_read_t *rs_read; argument
108 void random_source_register(struct random_source *); argument
/freebsd-13.1/usr.bin/sort/
H A Dsort.c918 get_random_seed(const char *random_source) in get_random_seed()
994 char *random_source = NULL; in main() local