Project

General

Profile

Actions

Bug #3027

closed

Random#rand(nil)

Added by marcandre (Marc-Andre Lafortune) about 14 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.2dev (2010-03-03 trunk 26805) [x86_64-darwin10.2.0]
Backport:
[ruby-core:29075]

Description

=begin
Hi Nobu.

Looking at Random#rand, I notice that passing nil has the same result as not passing any argument.

Either it should raise an ArgumentError like the documentation implies, or else the documentation should be modified.

I would argue to raise an error because:

  • it is easy to pass nothing, or pass 1.0 instead, and get the same result if that is what is desired
  • it could hide an error in the code, where the result is unexpectedly nil but the programmer didn't think about it (like whiny nils in rails)
    =end
Actions

Also available in: Atom PDF

Like0
Like0Like0