iPhone App % Calculator

sam1chips

sam1chips

Visionary
Silver Level
Joined
Jan 19, 2011
Total posts
800
Chips
0
Okay, looking for some sort of App that you can put in a situation (ie, heads 60% of times and tails 40% of times) and run it 100 times or something). Does anybody know anything like that?
 
R

rhombus

Legend
Silver Level
Joined
Mar 1, 2012
Total posts
2,601
Chips
0
Okay, looking for some sort of App that you can put in a situation (ie, heads 60% of times and tails 40% of times) and run it 100 times or something). Does anybody know anything like that?

You could use EXcel
Enter in Cell A1
=IF(INT(RAND()*100+1)>40,"HEADS","TAILS")
Copy down to Cell A100

Cell B1 enter
=COUNTIF(A1:A100,"HEADS")
C1 enter
=COUNTIF(A1:A100,"Tails")

Then you can press F9 to randomly show you different results
 

Attachments

  • excel.jpg
    excel.jpg
    17.8 KB · Views: 7
iPhone Guides: iPhone Poker - iPhone Casinos - iPhone Deutsch - iPhone Casinos Deutsch Poker Odds Calculator
Top