module MoreMath::RankingCommon

def random

Returns a randomly ranked instance.
def random
  clone.random!
end