Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/networkx/networkx
/ gauss
Method
gauss
networkx/utils/misc.py:406–407 ·
view source on GitHub ↗
(self, mu, sigma)
Source
from the content-addressed store, hash-verified
404
return
seq[idx]
405
406
def
gauss(self, mu, sigma):
407
return
self._rng.normal(mu, sigma)
408
409
def
shuffle(self, seq):
410
return
self._rng.shuffle(seq)
Callers
3
test_PythonRandomInterface_RandomState
Function · 0.95
test_PythonRandomInterface_Generator
Function · 0.95
gaussian_random_partition_graph
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_PythonRandomInterface_RandomState
Function · 0.76
test_PythonRandomInterface_Generator
Function · 0.76