Home
last modified time | relevance | path

Searched refs:random (Results 1 – 12 of 12) sorted by relevance

/libuv/
H A DMakefile.am38 src/random.c \
111 src/unix/random-devurandom.c \
245 test/test-random.c \
438 src/unix/random-getentropy.c
459 src/unix/random-getrandom.c
490 src/unix/random-getrandom.c \
491 src/unix/random-sysctl-linux.c
525 src/unix/random-getentropy.c
H A DCMakeLists.txt178 src/random.c
248 src/unix/random-devurandom.c
277 src/unix/random-getentropy.c
278 src/unix/random-getrandom.c
279 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.c
333 src/unix/random-sysctl-linux.c)
618 test/test-random.c
H A DCONTRIBUTING.md93 $ git config --global user.email "j.random.user@example.com"
H A DChangeLog1875 * unix: move random-sysctl to random-sysctl-linux (nia)
/libuv/docs/code/progress/
H A Dmain.c21 downloaded += (200+random())%1000; // can only download max 1000bytes/sec, in fake_download()
/libuv/docs/code/queue-work/
H A Dmain.c19 if (random() % 2) in fib()
/libuv/docs/code/queue-cancel/
H A Dmain.c20 if (random() % 2) in fib()
/libuv/docs/src/
H A Dmisc.rst843 Fill `buf` with exactly `buflen` cryptographically strong random bytes
847 Short reads are not possible. When less than `buflen` random bytes are
858 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.
H A Dudp.rst379 (the "all interfaces" IPv4 address) and a random port number.
433 IPv4 address) and a random port number.
H A Dfs.rst661 Access is intended to be random. The system can use this as a hint to
/libuv/src/win/
H A Dpipe.c211 char* name, size_t nameSize, unsigned long long random) { in uv__pipe_server() argument
216 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() argument
290 random); in uv__create_pipe_pair()
/libuv/include/
H A Duv.h190 XX(RANDOM, random) \

Completed in 49 milliseconds