[quote name=\'davidhammett\' post=\'198753\' date=\'Oct 2 2008, 09:03 PM\']
Thanks, Mike... maybe you can write me some software I can use for the show?
[/quote]
function IsTheCoinHeads : Boolean
begin
Result := Random < 0.5;
end;
[quote name=\'mmb5\' post=\'198756\' date=\'Oct 2 2008, 11:14 PM\']
[quote name=\'davidhammett\' post=\'198753\' date=\'Oct 2 2008, 09:03 PM\']
Thanks, Mike... maybe you can write me some software I can use for the show?
[/quote]
function IsTheCoinHeads : Boolean
begin
Result := Random < 0.5;
end;
[/quote]
And this is why "The Big Bang Theory" has an audience.