Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "random/streams/negative-binomial/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 negative binomial distribution.

param

number of successes until experiment is stopped

param

success probability

param

stream options

throws

r must be a positive number

throws

p must be a probability

throws

must provide valid options

throws

must provide a valid state

returns

stream instance