summaryrefslogtreecommitdiff
path: root/lib/rand.c
Commit message (Expand)AuthorAgeFilesLines
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* assert: avoid, use DEBUGASSERT instead!Daniel Stenberg2017-05-221-1/+1
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-081-7/+54
* spelling fixesklemens2017-03-261-2/+2
* rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h headerSergii Pylypenko2017-02-231-0/+2
* randit: store the value in the bufferKamil Dudka2016-12-211-1/+1
* rand: pass in number of randoms as an unsigned argumentDaniel Stenberg2016-11-211-2/+3
* rand: Fix potentially uninitialized result warningJay Satiro2016-11-201-1/+1
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-0/+129