Gold Coin Flip Icon
Download Gold Coin Flip

Gold Coin Flip

Gold Coin:
Category Price Seller Device
Games $0.99 StartApps, LLC iPhone, iPad, iPod

Coin flipping, coin tossing, or heads or tails is the practice of throwing a coin in the air to choose between two alternatives, sometimes to resolve a dispute between two parties. It is a form of sortition which inherently has only two possible and equally likely outcomes.

Process:
During a coin toss, the coin is generate randomly by computer

var randomNumber = Int(arc4random_uniform(100))
if(randomNumber > 50)
{
targetCoinSide = "head"
}
else
{
targetCoinSide = "tail"
}

TossCoin()

and simulate it rotation end-over-end several times. Either beforehand or when the coin is in the rest stop, an interested party calls "heads" or "tails", indicating which side of the coin that party is choosing. The other party is assigned the opposite side. When the coin comes to stop, the toss is complete and the party who called or was assigned the face-up side is declared the winner.

Reviews

Doesn’t work or load
wineguy2

What’s with this. Doesn’t work at all!! Would have been pretty cool for referees.