summaryrefslogtreecommitdiff
path: root/lib/igt_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_rand.c')
-rw-r--r--lib/igt_rand.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/igt_rand.c b/lib/igt_rand.c
index b8d3a92c..664a4764 100644
--- a/lib/igt_rand.c
+++ b/lib/igt_rand.c
@@ -1,5 +1,12 @@
#include "igt_rand.h"
+/**
+ * SECTION:igt_rand
+ * @short_description: Random numbers helper library
+ * @title: Random
+ * @include: igt_rand.h
+ */
+
static uint32_t global = 0x12345678;
uint32_t hars_petruska_f54_1_random_seed(uint32_t new_state)