Pseudo-random numbers/Combined recursive generator MRG32k3a: Difference between revisions

m
→‎{{header|Perl}}: fixed package syntax, as was done with the others in series
(Added Perl)
m (→‎{{header|Perl}}: fixed package syntax, as was done with the others in series)
Line 244:
use feature 'say';
 
{ package MRG32k3a; {
 
our(@x1,@x2);
2,392

edits