Sha256: aa0b836dec5ee6c4a8c4ba57413722638cad4618726488d31be2f1666c311489

Contents?: true

Size: 148 Bytes

Versions: 26

Compression:

Stored size: 148 Bytes

Contents

#!/usr/bin/env ruby

values = [5, 7, 9, 4, 5, 9, 6]

3.times do |n|
  15.times do |nn|
    puts "group-#{n + 1} #{values.shuffle.first}"
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ix-cli-0.0.27 bin/ix-random-hypothesis
ix-cli-0.0.26 bin/ix-random-hypothesis
ix-cli-0.0.25 bin/ix-random-hypothesis
ix-cli-0.0.24 bin/ix-random-hypothesis
ix-cli-0.0.23 bin/ix-random-hypothesis
ix-cli-0.0.22 bin/ix-random-hypothesis
ix-cli-0.0.21 bin/ix-random-hypothesis
ix-cli-0.0.20 bin/ix-random-hypothesis
ix-cli-0.0.19 bin/ix-random-hypothesis
ix-cli-0.0.18 bin/ix-random-hypothesis
ix-cli-0.0.17 bin/ix-random-hypothesis
ix-cli-0.0.16 bin/ix-random-hypothesis
ix-cli-0.0.15 bin/ix-random-hypothesis
ix-cli-0.0.14 bin/ix-random-hypothesis
ix-cli-0.0.13 bin/ix-random-hypothesis
ix-cli-0.0.12 bin/ix-random-hypothesis
ix-cli-0.0.11 bin/ix-random-hypothesis
ix-cli-0.0.10 bin/ix-random-hypothesis
ix-cli-0.0.9 bin/ix-random-hypothesis
ix-cli-0.0.7 bin/ix-random-hypothesis