diff options
Diffstat (limited to 'src/stdlib/random.h')
| -rw-r--r-- | src/stdlib/random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/random.h b/src/stdlib/random.h index 1a6e89a5..5bd4cc18 100644 --- a/src/stdlib/random.h +++ b/src/stdlib/random.h @@ -1,3 +1,5 @@ +// This file defines some wrapper logic around different systems' random functions + #include <assert.h> #include <stdint.h> |
