summaryrefslogtreecommitdiffhomepage
path: root/docs/crandom_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/crandom_api.md')
-rw-r--r--docs/crandom_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/crandom_api.md b/docs/crandom_api.md
index 36d66c3c..fb022179 100644
--- a/docs/crandom_api.md
+++ b/docs/crandom_api.md
@@ -31,7 +31,7 @@ xoshiro and pcg (Vigna/O'Neill) PRNGs: https://www.pcg-random.org/posts/on-vigna
All crandom definitions and prototypes are available by including a single header file.
```c
-#include "stc/crandom.h"
+#include <stc/crandom.h>
```
## Methods