summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp-random.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp-random.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp-random.dtx22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-random.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-random.dtx
index 266d4c40cac..1ae8f1727c1 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp-random.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-random.dtx
@@ -7,7 +7,7 @@
% license or (at your option) any later version. The latest version
% of this license is in the file
%
-% http://www.latex-project.org/lppl.txt
+% https://www.latex-project.org/lppl.txt
%
% This file is part of the "l3kernel bundle" (The Work in LPPL)
% and all files in that bundle must be distributed together.
@@ -21,7 +21,7 @@
% for those people who are interested.
%
%<*driver>
-\documentclass[full]{l3doc}
+\documentclass[full,kernel]{l3doc}
\begin{document}
\DocInput{\jobname.dtx}
\end{document}
@@ -38,7 +38,7 @@
% {latex-team@latex-project.org}^^A
% }^^A
% }
-% \date{Released 2017/11/14}
+% \date{Released 2017/12/05}
%
% \maketitle
%
@@ -58,7 +58,7 @@
%<@@=fp>
% \end{macrocode}
%
-% \begin{macro}[aux, EXP]{\@@_parse_word_rand:N , \@@_parse_word_randint:N}
+% \begin{macro}[EXP]{\@@_parse_word_rand:N , \@@_parse_word_randint:N}
% Those functions may receive a variable number of arguments. We
% won't use the argument~|?|.
% \begin{macrocode}
@@ -92,7 +92,7 @@
{
% \end{macrocode}
%
-% \begin{macro}[EXP, int]{\@@_rand_uniform:}
+% \begin{macro}[EXP]{\@@_rand_uniform:}
% \begin{variable}
% {
% \c_@@_rand_size_int,
@@ -118,8 +118,8 @@
% \end{variable}
% \end{macro}
%
-% \begin{macro}[EXP, int]{\@@_rand_myriads:n}
-% \begin{macro}[EXP, aux]
+% \begin{macro}[EXP]{\@@_rand_myriads:n}
+% \begin{macro}[EXP]
% {
% \@@_rand_myriads_loop:nn,
% \@@_rand_myriads_get:w,
@@ -187,8 +187,8 @@
%
% \subsection{Random floating point}
%
-% \begin{macro}[EXP, int]{\@@_rand_o:Nw}
-% \begin{macro}[EXP, aux]{\@@_rand_o:, \@@_rand_o:w}
+% \begin{macro}[EXP]{\@@_rand_o:Nw}
+% \begin{macro}[EXP]{\@@_rand_o:, \@@_rand_o:w}
% First we check that |random| was called without argument. Then get
% four blocks of four digits.
% \begin{macrocode}
@@ -210,8 +210,8 @@
%
% \subsection{Random integer}
%
-% \begin{macro}[EXP, int]{\@@_randint_o:Nw}
-% \begin{macro}[EXP, aux]
+% \begin{macro}[EXP]{\@@_randint_o:Nw}
+% \begin{macro}[EXP]
% {
% \@@_randint_badarg:w,
% \@@_randint_e:w,