Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.21 KB

HaltonSequences

Halton sequences and points in Julia

Documentation Build Status

Installation

The package can be installed with Julia's package manager:

julia> import Pkg
julia> Pkg.add("HaltonSequences")

Project Status

Please open an issue if you encounter any problems.