Skip to content

C++ quasirandom sequence generator with python bindinds

Notifications You must be signed in to change notification settings

EdoardoPona/R-Sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Sequence 🎲

Simple C++ class for sampling low discrepancy reccurrence sequence described in The Unreasonable Effectiveness of Quasirandom Sequences

Uses pybind to expose functionality in python.

Installation

pip install . 

from the root of this repo

Then rsequence can be imported in python.

For usage check out the example notebook

Quick look

This is how the low discrepancy sequence looks compared to a pseudorandom sample (uniform) comparison

You can keep sampling from the same object, and the whole sequence will be low-discrepancy. sample

About

C++ quasirandom sequence generator with python bindinds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages