Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/solution.rb

Instance Method Summary collapse

Instance Method Details

#sample(n) ⇒ Object



178
179
180
# File 'lib/solution.rb', line 178

def sample(n)
    GA::Random.shuffle(self)[0...n]
end