Searched refs:seed (Results 1 – 4 of 4) sorted by relevance
168 unsigned int seed = 0; in randit() local170 size_t clen = sizeof(seed); in randit()172 memcpy((char *)&seed, force_entropy, min); in randit()173 randseed = ntohl(seed); in randit()
23 used to seed the random engine for SSL connections.
22 seed the random engine for SSL connections.
211 The random seed initially set for this is fixed per month and can be set with212 *--seed*.240 ## `--seed=[num]`243 this option can set the initial seed. If not set, the random seed is set based253 The random seed initially set for this is fixed per month and can be set with254 *--seed*.
Completed in 24 milliseconds