Math.
random: For random generate a number() by default it gives in 0 to 1 decimal
number . If you want 0 to 20 write like this
[Link]() * 20)+1; it gives you 0 to 20 decimal number
[Link](): It gives you whole number convert floot number into int
example: -
[Link]([Link]() * 20)+1);