MCPcopy
hub / github.com/networkx/networkx / paretovariate

Method paretovariate

networkx/utils/misc.py:434–435  ·  view source on GitHub ↗
(self, shape)

Source from the content-addressed store, hash-verified

432
433 # pareto as paretovariate with argument,
434 def paretovariate(self, shape):
435 return self._rng.pareto(shape)
436
437
438# weibull as weibullvariate multiplied by beta,

Calls

no outgoing calls