You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/references/bib.bib
+88Lines changed: 88 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -459,3 +459,91 @@ @article{marsaglia:1964
459
459
volume = {6},
460
460
year = {1964},
461
461
}
462
+
463
+
@article{park:1988,
464
+
abstract = {Practical and theoretical issues are presented concerning the design, implementation, and use of a good, minimal standard random number generator that will port to virtually all systems.},
title = {{The Art of Computer Programming, Volume 2 (3rd Ed.): Seminumerical Algorithms}},
532
+
year = {1997},
533
+
}
534
+
535
+
@article{hormann:1993,
536
+
abstract = {The transformed rejection method, a combination of the inversion and the rejection method, which is used to generate non-uniform random numbers from a variety of continuous distributions can be applied to discrete distributions as well. For the Poisson distribution a short and simple algorithm is obtained which is well suited for large values of the Poisson parameter μ, even when μ may vary from call to call. The average number of uniform deviates required is lower than for any of the known uniformly fast algorithms. Timings for a C implementation show that the algorithm needs only half of the code but is - for μ not too small - at least as fast as the current state-of-the-art algorithms.},
0 commit comments