aboutsummaryrefslogtreecommitdiff
path: root/src/math/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/random.h')
-rw-r--r--src/math/random.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/random.h b/src/math/random.h
index 1152bb5..96eb210 100644
--- a/src/math/random.h
+++ b/src/math/random.h
@@ -16,9 +16,9 @@
*
* Initializes the PARI-GP random generator, tries to do so from
* cryptographically strong sources(/dev/urandom) at first but falls back on
- * clock_gettime and {@link time(NULL)}.
+ * clock_gettime and time(NULL).
*
- * @return Whether the initialization was successful.
+ * @return whether the initialization was successful
*/
bool random_init(void);