Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 2, 2023
1 parent cc26a56 commit 7e406c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion base/hypergeometric/lib/hin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ var factorial = require( '@stdlib/math/base/special/factorial' );
*
* [@kachitvichyanukul:1985]: http://dx.doi.org/10.1080/00949658508810839
*
*
* @private
* @param {PRNG} rand - PRNG for uniformly distributed numbers
* @param {NonNegativeInteger} n1 - number of successes in population
Expand Down
1 change: 0 additions & 1 deletion base/hypergeometric/lib/hypergeometric.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ var hin = require( './hin.js' );
*
* [@kachitvichyanukul:1985]: http://dx.doi.org/10.1080/00949658508810839
*
*
* @private
* @param {PRNG} rand - PRNG for uniformly distributed numbers
* @param {NonNegativeInteger} N - population size
Expand Down

0 comments on commit 7e406c8

Please sign in to comment.