random-wheel 0.3.1

A little implementation of random wheels (used in genetic algorithm for selection)
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "random-wheel"
version = "0.3.1"
authors = ["Kero <renault.cle@gmail.com>"]
documentation = "https://kerosene2000.github.io/random-wheel-rs-doc/random-wheel-rs/random_wheel/index.html"
description = "A little implementation of random wheels (used in genetic algorithm for selection)"
license = "AML"
repository = "https://github.com/Kerosene2000/random-wheel-rs"

[dependencies]
rand = "0.3"