summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/dlib/rand.h')
-rw-r--r--ml/dlib/dlib/rand.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ml/dlib/dlib/rand.h b/ml/dlib/dlib/rand.h
new file mode 100644
index 000000000..5e0146f0d
--- /dev/null
+++ b/ml/dlib/dlib/rand.h
@@ -0,0 +1,9 @@
+// Copyright (C) 2003 Davis E. King (davis@dlib.net)
+// License: Boost Software License See LICENSE.txt for the full license.
+#ifndef DLIB_RANd_
+#define DLIB_RANd_
+
+#include "rand/rand_kernel_1.h"
+
+#endif // DLIB_RANd_
+