Advertisement
Terrah

phi

Jun 27th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.42 KB | None | 0 0
  1. "." then
  2.         decimal = tostring(math.random(10));
  3.     elseif decimal == "0" then
  4.         decimal = "10";
  5.     end
  6.  
  7.     return decimal;
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement