module Sperm

Sperm is an efficient random permutations generator.

Sperm is an efficient random permutations generator.

Constants

VERSION

Public Class Methods

rand(order) click to toggle source
# File lib/sperm.rb, line 8
def self.rand(order)
  RandomPermutations.new(order).rand
end