Class: DFuzz::Long
Instance Method Summary collapse
-
#initialize(delta = 256) ⇒ Long
constructor
A new instance of Long.
Constructor Details
#initialize(delta = 256) ⇒ Long
Returns a new instance of Long.
85 86 87 |
# File 'lib/ruckus/dfuzz.rb', line 85 def initialize(delta = 256) super([0x00000000, 0x0000001, 0x7FFFFFFF, 0xFFFFFFFF, 0x40000000, 0xC0000000], delta, 0xffffffff) end |