Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Drand.c168 unsigned int seed = 0; in randit() local
170 size_t clen = sizeof(seed); in randit()
172 memcpy((char *)&seed, force_entropy, min); in randit()
173 randseed = ntohl(seed); in randit()
/curl/docs/cmdline-opts/
H A Degd-file.md23 used to seed the random engine for SSL connections.
H A Drandom-file.md22 seed the random engine for SSL connections.
/curl/tests/
H A Druntests.md211 The random seed initially set for this is fixed per month and can be set with
212 *--seed*.
240 ## `--seed=[num]`
243 this option can set the initial seed. If not set, the random seed is set based
253 The random seed initially set for this is fixed per month and can be set with
254 *--seed*.

Completed in 24 milliseconds