summaryrefslogtreecommitdiffstats
path: root/base/rand_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Cache the file descriptor for /dev/urandom to avoid needing to reopen it for ...deanm@chromium.org2009-06-261-3/+30
* Protect RandUint64 against EINTR.phajdan.jr@chromium.org2009-04-231-3/+5
* RandUInt -> RandUint to match the style of other Uint functions.deanm@chromium.org2008-11-141-1/+1
* Refactoring for portability:mark@chromium.org2008-09-291-0/+27