Codecast: Create a RubyGem 11: Ruby Pseudo-Random Number Generation


This is the 11th video in the NerdDice create a RubyGem series. In this video, Mike provides an overview of the pseudo-random number generation options in Ruby (Random.rand(), Kernel.rand(), Random.new(), SecureRandom.rand()) as well as a demonstration of the determined and replayable order of random events if the seed is known.

, ,

Leave a Reply