(no title)
cbreezyyall | 3 years ago
ruby -e 'puts (0..99).map {|i| srand(46308667) if (i%15).zero?; ["FizzBuzz", "Buzz", i+1, "Fizz"][rand(4)]}'cbreezyyall | 3 years ago
ruby -e 'puts (0..99).map {|i| srand(46308667) if (i%15).zero?; ["FizzBuzz", "Buzz", i+1, "Fizz"][rand(4)]}'
Lio|3 years ago
It also has the side effect of making me feel better for never attempting to write my own encryption algorithms! :D