Changeset 76452 in vbox for trunk/src/VBox/Runtime/common/rand
- Timestamp:
- Dec 25, 2018 1:41:25 AM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/common/rand
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rand/rand.cpp
r69111 r76452 36 36 # include <iprt/asm-amd64-x86.h> 37 37 #endif 38 #include <iprt/err .h>38 #include <iprt/errcore.h> 39 39 #include <iprt/assert.h> 40 40 #include <iprt/thread.h> -
trunk/src/VBox/Runtime/common/rand/randadv.cpp
r69111 r76452 33 33 34 34 #include <iprt/mem.h> 35 #include <iprt/err .h>35 #include <iprt/errcore.h> 36 36 #include <iprt/assert.h> 37 37 #include "internal/magics.h" -
trunk/src/VBox/Runtime/common/rand/randparkmiller.cpp
r69111 r76452 35 35 #include <iprt/mem.h> 36 36 #include <iprt/string.h> 37 #include <iprt/err .h>37 #include <iprt/errcore.h> 38 38 #include "internal/rand.h" 39 39 #include "internal/magics.h"
Note:
See TracChangeset
for help on using the changeset viewer.