Thanks in advance for the help. Recently, I fell in love with the DARKbasic environment and i've brushed off the dust from my old Qbasic source code and i've been trying to clear the cobwebs from my mind about the basic language.
I'm working on a project and i've completely forgotten how to use the INT command to generate a random number in a given range. For example, say I wanted to generate a random number value between 115 and 8,387.
The problem with the RND command is that it always starts with 1 as a base number, and for my application, I need to use higher base numbers and specific ranges for my random numbers. Here's what I can remember:
LET X=INT(RND
and then... I draw a blank. Can anyone help me with this most basic of commands?