We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c504fae commit 3fcedd3Copy full SHA for 3fcedd3
doc/Type/Num.pod6
@@ -27,7 +27,7 @@ Returns a pseudo random number between 0 and the invocant.
27
28
sub srand(Int $seed) returns Int:D
29
30
-Seeds the pseudo random number generator used by L<Num.rand|/typeNum#rand) with
+Seeds the pseudo random number generator used by L<Num.rand|/typeNum#rand> with
31
the provided value. Note that C<srand> is called with a platform dependent
32
value when a Perl 6 program is started.
33
0 commit comments