Option variable
random_normal_algorithm
Default value: box_mueller
This is the selected algorithm for simulating random normal variates. Implemented algorithms are box_mueller
and inverse
:
box_mueller
, based on algorithm described in Knuth, D.E. (1981) Seminumerical Algorithms. The Art of Computer Programming. Addison-Wesley.
inverse
, based on the general inverse method.