Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 661 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 661 Bytes

(t, m, s)-nets generator

This repository contains a C++ generator of digital (t, m, s)-nets in base 2 as well as a number of tools to measure their figures of merit.

Available nets:

  • Sobol,
  • Niederreiter,
  • Any digital net with manually set generating matrices.

Broadly speaking, (t, m, s)-nets are low-discrepancy finite sets of points in s-dimensional unit cube. They have been proven to be efficient in a number of Numerical Analysis tasks.

Example of a net

For any further information, consult with the web-page of our project.