Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

RE: OK, understood, but still 1 *huge* flaw

by arturo (Vicar)
on Nov 01, 2000 at 23:43 UTC ( [id://39456]=note: print w/replies, xml ) Need Help??


in reply to OK, understood, but still 1 *huge* flaw
in thread Spooky math problem

Whoa. What tilly is claiming is that we have a "better than 50% chance" of getting it right. The degree to which it's "better" can be *mind-bogglingly miniscule* (we're talking continuous quantities here) so I don't think we're warranted in exporting any claims about the actual probabilities from what a program reports.

Philosophy can be made out of anything. Or less -- Jerry A. Fodor

  • Comment on RE: OK, understood, but still 1 *huge* flaw

Replies are listed 'Best First'.
RE: RE: OK, understood, but still 1 *huge* flaw
by Fastolfe (Vicar) on Nov 01, 2000 at 23:57 UTC
    I don't care what the theory is. I may not understand it, in which case my changes to the code are non-sensical, but they basically boil down to this:
    $num1 = rand(1000); $num2 = rand(1000); # pretend $num2 != $num1 $guess = rand($num1 * 2);
    Are we asserting that $num2 > $guess more than 50% of the time?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://39456]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found