top | item 34398274

(no title)

cbreezyyall | 3 years ago

A personal favorite

    ruby -e 'puts (0..99).map {|i| srand(46308667) if (i%15).zero?; ["FizzBuzz", "Buzz", i+1, "Fizz"][rand(4)]}'

discuss

order

Lio|3 years ago

This is great and was a lot of fun to figure out.

It also has the side effect of making me feel better for never attempting to write my own encryption algorithms! :D