Changeset 11126 in vbox
- Timestamp:
- Aug 4, 2008 9:29:19 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rand/rand.cpp
r11078 r11126 198 198 uint64_t off; 199 199 uint32_t off32; 200 uint8_t ab[ 5];200 uint8_t ab[9]; 201 201 } u; 202 202 … … 272 272 void rtRandGenBytesFallback(void *pv, size_t cb) RT_NO_THROW 273 273 { 274 uint64_t u64Last ;274 uint64_t u64Last = 0; 275 275 uint8_t *pb = (uint8_t *)pv; 276 276 for (unsigned i = 0;; i++)
Note:
See TracChangeset
for help on using the changeset viewer.