Algorithm-Voting
view release on metacpan or search on metacpan
lib/Algorithm/Voting/Sortition.pm view on Meta::CPAN
=head1 DESCRIPTION
Sortition is an unbiased method for "drawing straws" or "casting lots". This
package implements the Sortition algorithm as described in RFC 3797, "Publicly
Verifiable Nominations Committee (NomCom) Random Selection"
(L<http://tools.ietf.org/html/rfc3797>):
=over 4
This document describes a method for making random selections in such a way
that the unbiased nature of the choice is publicly verifiable. As an example,
the selection of the voting members of the IETF Nominations Committee (NomCom)
from the pool of eligible volunteers is used. Similar techniques would be
applicable to other cases.
=back
=head1 METHODS
=head2 Algorithm::Voting::Sortition->new( %args )
Constructs a new sortition object.
( run in 0.533 second using v1.01-cache-2.11-cpan-49f99fa48dc )