halton 0.2.1

A module for generating Halton sequences
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "halton"
version = "0.2.1"
authors = ["Mat Sadler <mat@sourcetagsandcodes.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
repository = "https://github.com/matsadler/halton"
homepage = "https://github.com/matsadler/halton"
documentation = "https://docs.rs/halton"
description = "A module for generating Halton sequences"
readme = "README.md"
categories = ["algorithms", "no-std"]

[badges]
travis-ci = { repository = "matsadler/halton" }

[dev-dependencies]
approx = "0.3"