Searched refs:randomRatio (Results 1 – 1 of 1) sorted by relevance
1 function alloc(sizeMB, randomRatio) { argument5 const random_count = total_count * randomRatio;12 const const_count = total_count * (1 - randomRatio);24 var randomRatio = parseFloat(url.searchParams.get("ratio"));25 if (isNaN(randomRatio))26 randomRatio = 0.66630 document.out = alloc(allocMB, randomRatio);