jrschmidt / grandpa-basic-1980

Programming 1980 style!! This project emulates an old fashioned line-numbered BASIC language machine. On a monochrome monitor, of course, and only upper case letters. Green, or amber if you want to get fancy with third party equipment. I have started a new project to convert this to Typescript (see `typescript` branch).
http://gb80-toquima.rhcloud.com/
0 stars 0 forks source link

Random number function #3

Open jrschmidt opened 9 years ago

jrschmidt commented 9 years ago

Since there aren't really too many things we can do for demo programs without a random number function, we should implement one as soon as possible.

Example:

400 X=RND 410 B=A0+(A1-A0)*X