Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Classes

Interfaces

Variables

Variables

randomStream

randomStream: Constructor

Returns a readable stream for generating a stream of pseudorandom numbers drawn from a hypergeometric distribution.

param

population size

param

subpopulation size

param

number of draws

param

stream options

throws

N must be a nonnegative integer

throws

K must be a nonnegative integer

throws

n must be a nonnegative integer

throws

n must be less than or equal to N

throws

K must be less than or equal to N

throws

must provide valid options

throws

must provide a valid state

returns

stream instance