Skip to content

Commit 25b0ff3

Browse files
robsoncoutoper1234
authored andcommitted
Fixed parameters section in randomSeed.adoc
Noticed this while translating in reference-pt
1 parent c3c415d commit 25b0ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Random Numbers/randomSeed.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Conversely, it can occasionally be useful to use pseudo-random sequences that re
3030

3131
[float]
3232
=== Parameters
33-
`long`, `int` - pass a number to generate the seed.
33+
`seed` - pass a number to initialize the pseudo-random sequence (long).
3434

3535
[float]
3636
=== Returns

0 commit comments

Comments
 (0)