Stephen Joe と Frances Y. Kuo による "Constructing Sobol sequences with better two-dimensional projections" をRに移植したもの。
このSobolSequence 1.0 パッケージはCRANに登録されました。
リリース版はCRANからインストールできます。
まず、
その後、以下のようにしてこのパッケージをRにインストールすることができる。
install.packages('devtools')
library('devtools')
install_github('MersenneTwister-Lab/SobolSequence', ref='develop')