Home
last modified time | relevance | path

Searched refs:randint_new (Results 1 – 2 of 2) sorted by relevance

/coreutils/gl/lib/
Drandint.h37 struct randint_source *randint_new (struct randread_source *)
Drandint.c71 randint_new (struct randread_source *source) in randint_new() function
87 return (source ? randint_new (source) : nullptr); in randint_all_new()