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
-[`faa4da3`](https://github.com/stdlib-js/stdlib/commit/faa4da3f2c52be1b422d3b08c7ee6b659d848556) - **docs:** fix include paths in examples _(by Athan Reines)_
27
28
-[`51ab6ca`](https://github.com/stdlib-js/stdlib/commit/51ab6cac709c2c8a117eac6894b0594ef9184323) - **fix:** update include paths and reorder includes _(by Athan Reines)_
@@ -38,8 +39,9 @@
38
39
39
40
### Contributors
40
41
41
-
A total of 2 people contributed to this release. Thank you to the following contributors:
42
+
A total of 3 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: lib/main.js
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,18 +75,15 @@ var randint32 = require( './rand_int32.js' );
75
75
*
76
76
* The values for \\( a \\), \\( c \\), and \\( m \\) are taken from Park and Miller, "Random Number Generators: Good Ones Are Hard To Find". Park's and Miller's article is also the basis for a recipe in the second edition of _Numerical Recipes in C_.
77
77
*
78
-
*
79
78
* ## Notes
80
79
*
81
80
* - The generator has a period of approximately \\(2.1\mbox{e}9\\) (see [Numerical Recipes in C, 2nd Edition](#references), p. 279).
82
81
*
83
-
*
84
82
* ## References
85
83
*
86
84
* - Park, S. K., and K. W. Miller. 1988. "Random Number Generators: Good Ones Are Hard to Find." _Communications of the ACM_ 31 (10). New York, NY, USA: ACM: 1192–1201. doi:[10.1145/63039.63042](http://dx.doi.org/10.1145/63039.63042).
87
85
* - Press, William H., Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. 1992. _Numerical Recipes in C: The Art of Scientific Computing, Second Edition_. Cambridge University Press.
0 commit comments