#help oof

5 messages · Page 1 of 1 (latest)

glass geyser
#

thx for helping me i would like to ask for another favor um the number generated is always below one so to generate a number above 1 i am pretty confused what to do or to limit the randomizer so that it only generates a number between 1 to 10 or something like that

waxen nexusBOT
#

This post has been reserved for your question.

Hey @glass geyser! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

upbeat spindle
#

In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the modulus of the operation).
Given two positive numbers a and n, a modulo n (often abbreviated as a mod n) is the remainder of the Euclidean division of a by n, where a is the dividend and n is the divisor....