MCPcopy Index your code
hub / github.com/python/cpython / bin_randfloat

Function bin_randfloat

Modules/_decimal/tests/randfloat.py:239–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 yield v
238
239def bin_randfloat():
240 for i in range(1000):
241 l1 = random.choice(TESTCASES)
242 l2 = random.choice(TESTCASES)
243 yield random.choice(l1), random.choice(l2)
244
245def tern_randfloat():
246 for i in range(1000):

Callers 1

all_binaryFunction · 0.90

Calls 1

choiceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…