Searched refs:random (Results 1 – 12 of 12) sorted by relevance
38 src/random.c \111 src/unix/random-devurandom.c \245 test/test-random.c \438 src/unix/random-getentropy.c459 src/unix/random-getrandom.c490 src/unix/random-getrandom.c \491 src/unix/random-sysctl-linux.c525 src/unix/random-getentropy.c
178 src/random.c248 src/unix/random-devurandom.c277 src/unix/random-getentropy.c278 src/unix/random-getrandom.c279 src/unix/random-sysctl-linux.c)299 list(APPEND uv_sources src/unix/random-getrandom.c)303 list(APPEND uv_sources src/unix/random-getentropy.c)332 src/unix/random-getrandom.c333 src/unix/random-sysctl-linux.c)618 test/test-random.c
93 $ git config --global user.email "j.random.user@example.com"
1875 * unix: move random-sysctl to random-sysctl-linux (nia)
21 downloaded += (200+random())%1000; // can only download max 1000bytes/sec, in fake_download()
19 if (random() % 2) in fib()
20 if (random() % 2) in fib()
843 Fill `buf` with exactly `buflen` cryptographically strong random bytes847 Short reads are not possible. When less than `buflen` random bytes are858 after reading from `/dev/random` once, or the `KERN_RANDOM`861 or `/dev/urandom` after reading from `/dev/random` once.864 if available, or `/dev/urandom` after reading from `/dev/random` once.865 - AIX: `/dev/random`.867 - Other UNIX: `/dev/urandom` after reading from `/dev/random` once.
379 (the "all interfaces" IPv4 address) and a random port number.433 IPv4 address) and a random port number.
661 Access is intended to be random. The system can use this as a hint to
211 char* name, size_t nameSize, unsigned long long random) { in uv__pipe_server() argument216 uv__unique_pipe_name(random, name, nameSize); in uv__pipe_server()234 random++; in uv__pipe_server()252 int inherit_client, unsigned long long random) { in uv__create_pipe_pair() argument290 random); in uv__create_pipe_pair()
190 XX(RANDOM, random) \
Completed in 49 milliseconds