Random Plus or Minus One by =C=18th Sep 2003 5:26
|
---|
Summary A very small function that will return a +1 or a -1 randomly. Description It will either return a 1 or a -1. as simple as that. Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com `This generates a random 1 or -1 function rndPM() li_pm = (RND(1)-0.5)*2 endFunction li_pm |