Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Golf: Movie style code cracker.

by BrowserUk (Patriarch)
on Sep 13, 2008 at 10:43 UTC ( [id://711083]=note: print w/replies, xml ) Need Help??


in reply to Re: Golf: Movie style code cracker.
in thread Golf: Movie style code cracker.

This (from the OP):

So, supplied with a command line argument, D, indicating the number of (numeric) digits, code a routine that picks (fairly) a random code, C, in the range 0 .. 1eD -1,

Means that if the command line argument (D) is 4, then the range is 0 .. 1e4-1. Ie 0 .. 9999

For D = 10, then the range is 0 .. 1e10 -1. Ie. 0 .. 9999999999


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^3: Golf: Movie style code cracker.
by Anonymous Monk on Sep 13, 2008 at 11:15 UTC
    Thanks. In the op you have d not D, so it confused.
      In the op you have d not D,

      Indeed I did, sorry. Now corrected.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found