Libraries
»
rugal
(1.0.0)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/solution.rb
Instance Method Summary
collapse
#
sample
(n) ⇒ Object
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