http://www.perlmonks.org?node_id=55712


in reply to (tye)Re: one-liner hogs
in thread one-liner hogs

Nice Tye, but I honestly can't see myself memorising your floats one :)


Replies are listed 'Best First'.
(tye)Re2: one-liner hogs
by tye (Sage) on Feb 01, 2001 at 20:55 UTC

    Okay, I spent a bit more time and found 3 prime numbers that are easier to remember. I updated the original message changing:

    Floats: perl -e '$_= ($_*36217+41081) % 492391271 while 1'

    to

    Floats: perl -e '$_= ($_*76543+23456789) % 1234567891 while 1'
    Now that is much easier to remember. Thanks!

            - tye (but my friends call me "Tye")