roulette-wheel 0.2.1

A roulette wheel selection collection, used in genetic algorithm for fitness proportionate selection.
Documentation
[package]
name = "roulette-wheel"
version = "0.2.1"
authors = ["Kero <renault.cle@gmail.com>"]
documentation = "http://docs.rs/roulette-wheel"
description = """
A roulette wheel selection collection, used in genetic algorithm
for fitness proportionate selection.
"""
license = "AML"
repository = "https://github.com/Kerosene2000/roulette-wheel-rs"

[dependencies]
rand = "0.3"