Judekeyser / RandomizedQuasiMonteCarlo

Randomized Quasi Monte-Carlo implementation in C
MIT License
0 stars 0 forks source link

Low-Discrepancy Sequence Generator #3

Open Judekeyser opened 2 years ago

Judekeyser commented 2 years ago

Implement a Low-Discrepancy Sequence Generator

Judekeyser commented 2 years ago

Implementing the naive Kronecher sequence with golden number. This is not optimal but convenient for now. A better implementation should be chosen when closing the issue.