Skip to content
/ cud-f4 Public

Tausworthe generators over F4 for Markov chain QMC

License

Notifications You must be signed in to change notification settings

sharase/cud-f4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tausworthe generators over F4 for Markov chain QMC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages