Method: Capricious::MWC5#initialize
- Defined in:
- lib/capricious/mwc5.rb
#initialize(seed = nil) ⇒ MWC5
Returns a new instance of MWC5.
31 32 33 |
# File 'lib/capricious/mwc5.rb', line 31 def initialize(seed=nil) reset(seed) end |
Returns a new instance of MWC5.
31 32 33 |
# File 'lib/capricious/mwc5.rb', line 31 def initialize(seed=nil) reset(seed) end |