Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 767 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 767 Bytes

Tausworthe generators over $\mathbb{F}_4$ for Markov chain QMC


Paper:

S. Harase, "A search for short-period Tausworthe generators over Fb with application to Markov chain quasi-Monte Carlo", Journal of Statistical Computation and Simulation, Volume 94 (June 2024), Issue 9, Pages 2040-2062. [doi] [arXiv]


Usage:

gcc cud_f4.c -o cud_f4 -lm -O3 # Our proposed Tausworthe generators using fast state transition
./cud_f4 6 >> output_m6.txt

Further reading:

A table of short-period Tausworthe generators for Markov chain quasi-Monte Carlo.