Skip to content
  • David Thompson's avatar
    More realistic bounds on samples required... · 92995913
    David Thompson authored
    ... for determining whether an array behaves like a discrete set or not.
    We require 32*log2(N) samples instead of just log2(N). This commit
    adjusts the test so that it continues to perform random sampling of an
    array with the increased minimum number of samples required.
    
    Change-Id: Ia26c3ca0570ac718626c6897cd48bacd4c44bae5
    92995913