Help for this page

Select Code to Download


  1. or download this
    # sub weighted_hash
    # chooses and returns a random key from a hash;
    # the probability of choosing a specific key
    ...
       }
       rand_elt @weighted;
    }