Difference between revisions of "Talk:GetRandomPercent"

Jump to navigation Jump to search
57 bytes added ,  16:33, 29 July 2006
no edit summary
imported>JOG
(Clarification for first example.)
imported>JOG
Line 17: Line 17:
----
----


Here's the math behind the first example:
[[User:JOG|JOG]] 17:33, 29 July 2006 (EDT): Here's the math behind the first example:


  short dice
  short dice
Line 24: Line 24:
=>
=>


1 + int(0.06 * '''0''') = 1 + 0 = 1
1 + int(0.06 * '''0''') = 1 + 0 = '''1'''
1 + int(0.06 * '''99''') = 1 + int(5.94) ) 1 + 5 = 6
 
1 + int(0.06 * '''99''') = 1 + int(5.94) ) 1 + 5 = '''6'''
Anonymous user

Navigation menu