Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "random/base/hypergeometric/docs/types/index.d"

Index

Variables

Export assignment hypergeometric

hypergeometric: Random

Returns pseudorandom number drawn from a hypergeometric distribution.

Notes

  • N, K, and n must all be nonnegative integers; otherwise, the function returns NaN.
  • If n > N or K > N, the function returns NaN.
param

population size

param

subpopulation size

param

number of draws

returns

pseudorandom number