Searched refs:random (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Drandom-util.c26 #include <linux/random.h>
36 #include "random-util.h"
47 * kernel, regardless if the random pool is fully initialized
100 * pseudo-random generator. It's better than nothing... */
/systemd/src/libsystemd-network/
H A Dsd-ipv4ll.c33 #include "random-util.h"
144 /* If no random data is set, generate some from the MAC */
269 int32_t random; local
275 r = random_r(ll->random_data, &random);
278 addr = htonl((random & 0x0000FFFF) | IPV4LL_NETWORK);
/systemd/src/journal/
H A Dtest-journal-verify.c100 assert_se(asprintf(&test, "RANDOM=%lu", random() % RANDOM_RANGE));

Completed in 2070 milliseconds