rng.hash â fixnum
Instance Public methods
Compute a hash-code for this range. Two ranges with equal begin and end
points (using eql?
), and the same exclude_end? value will
generate the same hash-code.
Compute a hash-code for this range. Two ranges with equal begin and end
points (using eql?
), and the same exclude_end? value will
generate the same hash-code.
Please login to continue.