Method: #random_date

Defined in:
lib/ccls_engine/factories.rb

#random_dateObject



10
11
12
# File 'lib/ccls_engine/factories.rb', line 10

def random_date
  Date.jd(2440000+rand(15000))
end