Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "." then
- decimal = tostring(math.random(10));
- elseif decimal == "0" then
- decimal = "10";
- end
- return decimal;
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement