commit | 570ecb13235a41bea66f7e7dc18a88041d461c5f | [log] [tgz] |
---|---|---|
author | Gilad Arnold <garnold@chromium.org> | Wed Jan 29 10:52:29 2014 -0800 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Thu Jan 30 21:39:53 2014 +0000 |
tree | 79996ac6a7d95d89ef4e14919a37c21e55afbf41 | |
parent | 63e726a40c6d1865a8b59ece984f7a92627a4e09 [diff] |
PM: Various fixes to Random Provider * Remove mention of uint64; use uint64_t instead. * Simpler reading of bytes from /dev/urandom into a uint64_t. * Replace string concatenation with StringPrintf. BUG=None TEST=Builds and passes unit tests. Change-Id: Ic0760ae4c2b21e4ffc823a676a9439e867bf9f64 Reviewed-on: https://chromium-review.googlesource.com/184326 Reviewed-by: Gilad Arnold <garnold@chromium.org> Commit-Queue: Gilad Arnold <garnold@chromium.org> Tested-by: Gilad Arnold <garnold@chromium.org>