Skip to content

Commit 1bc18fd

Browse files
author
SimonePDA
authored
Merge pull request #267 from robsoncouto/patch-7
Fixed parameters section in randomSeed.adoc
2 parents acae1ca + 25979f7 commit 1bc18fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Random Numbers/randomSeed.adoc

Lines changed: 1 addition & 1 deletion
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` - number to initialize the pseudo-random sequence (unsigned long).
3434

3535
[float]
3636
=== Returns

0 commit comments

Comments
 (0)