MCPcopy Create free account
hub / github.com/PythonOT/POT / randn

Method randn

ot/backend.py:1313–1314  ·  view source on GitHub ↗
(self, *size, type_as=None)

Source from the content-addressed store, hash-verified

1311 return self.rng_.rand(*size)
1312
1313 def randn(self, *size, type_as=None):
1314 return self.rng_.randn(*size)
1315
1316 def randperm(self, size, type_as=None):
1317 if not isinstance(size, int):

Callers 2

get_random_projectionsFunction · 0.95
get_projections_sphereFunction · 0.95

Calls 1

randnMethod · 0.45

Tested by

no test coverage detected