Back to BASICs 😉

#retrocomputing #MSX #BASIC #8bit #CanonV20

@lfa I am not familiar with MSX Basic .. just asking why you need RND(1) what does the '1' ? .. Also why you need the variable RDRST ? or that is similar to some other Basic "RANDOMIZE (R)" ?

Curious BASIC .. 🙂

@gilesgoat
RDRST=RND(-R) is used only to initialize the random nuber generation.
RND(ANY_POSITIVE_NUMBER) Gives a random number between 0 and 1 like 0.237494, 0.938572, ....