Controlling "random" behavior in Ruby
Did you know that you can control the behavior of “random” methods in Ruby - things like sample
and shuffle
and rand
? I just wrote a blog post explaining how.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Did you know that you can control the behavior of “random” methods in Ruby - things like sample
and shuffle
and rand
? I just wrote a blog post explaining how.
Post a comment