Advertisement
amigojapan

1 to 100 random in words

Mar 13th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. how to get a number form 0 to 50
  2. repeat until the result is not negative:
  3. roll first dice multiply times 10 then add the second roll of dice minus 11
  4.  
  5. how to get a number 0 to 100
  6. A= Random_Number_0_to_50;
  7. B= Random_Number_0_to_50;
  8. if B =0 then B=1
  9. Random_number_Zero_to_100=A+B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement