Changeset 41911 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 25, 2012 2:42:30 PM (12 years ago)
- Location:
- trunk/src/VBox/Runtime/common/rand
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rand/rand.cpp
r41909 r41911 62 62 { 63 63 RTRAND hRand; 64 int rc = RTRandAdvCreateOpenssl(&hRand); 65 if (RT_FAILURE(rc)) 66 rc = RTRandAdvCreateSystemFaster(&hRand); 64 int rc = RTRandAdvCreateSystemFaster(&hRand); 67 65 if (RT_FAILURE(rc)) 68 66 rc = RTRandAdvCreateParkMiller(&hRand);
Note:
See TracChangeset
for help on using the changeset viewer.