like if you need to generate random 8-character passwords
for thousands of CS student unix accounts, then this will do:

        head -c 6 /dev/urandom | mimencode

using /dev/random might take a little longer because it blocks
if it cant output random digits outright.

pong


Chris G Haravata wrote: > ..
> > RE: [plug] random number generatorwell, yes.  those that you can with a
> > simple script, not from within a full-blown program...
> 


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to