Home
last modified time | relevance | path

Searched refs:allocatestate (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/libc/stdlib/
H A Drandom.h79 struct __random_state *allocatestate(unsigned type);
H A Drand.c73 rand3_state = allocatestate(TYPE_3); in initialize_rand3()
H A Drandom.c491 allocatestate(unsigned type) in allocatestate() function