Method: Relevance::Tarantula::BasicAttack#random_int
- Defined in:
- lib/relevance/tarantula/basic_attack.rb
#random_int ⇒ Object
34 35 36 |
# File 'lib/relevance/tarantula/basic_attack.rb', line 34 def random_int rand(big_number) - (big_number/2) end |