diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index dd4519622..5d0fa9555 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -926,6 +926,12 @@ The values of tt(RANDOM) form an intentionally-repeatable pseudo-random
sequence; subshells that reference tt(RANDOM) will result
in identical pseudo-random values unless the value of tt(RANDOM) is
referenced or seeded in the parent shell in between subshell invocations.
+
+tt(RANDOM) uses the system's library function tt(rand+LPAR()3+RPAR()).
+You may use