Home
last modified time | relevance | path

Searched refs:paretoint (Results 1 – 1 of 1) sorted by relevance

/third_party/ninja/misc/
Dwrite_fake_manifests.py25 def paretoint(avg, alpha): function
43 num_options = min(paretoint(avg_options, alpha=4), 5)
76 for _ in range(1 + paretoint(0.6, alpha=4))])
79 num_sources = paretoint(55, alpha=2) + 1
87 for _ in range(paretoint(20, alpha=3))]