Generate random numbers without repeating a value: Difference between revisions

Content added Content deleted
m (→‎{{header|R}}: Syntax highlighting.)
Line 526: Line 526:
=={{header|R}}==
=={{header|R}}==
R makes this so easy that it feels like you've missed the point.
R makes this so easy that it feels like you've missed the point.
<lang R>sample(20)</lang>
<lang rsplus>sample(20)</lang>


=={{header|Raku}}==
=={{header|Raku}}==