[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#659047: RFS: rpg - Readable Password Generator



Vladimir Stavrinov <vstavrinov@gmail.com> writes:
> In some degree it is compensated by the fact, that double letters are
> excluded as well as other combinations. This forces to to call $RANDOM 
> again and again before pick up a symbol.

Calling $RANDOM again and again does not help at all. If you run

for i in $(seq 20); do
    echo $RANDOM
done

and tell me the first 10 numbers I can tell you what the rest of the
numbers are going to be.


Reply to: