Method: NotRandom#rand

Defined in:
lib/not_random.rb

#rand(*args) ⇒ Object



2
3
4
# File 'lib/not_random.rb', line 2

def rand(*args)
  0
end