natix.SimilaritySearch.PivotSelectorRandom.PivotSelectorRandom C# (CSharp) Method

PivotSelectorRandom() public method

public PivotSelectorRandom ( int n, Random rand = null ) : System
n int
rand System.Random
return System
        public PivotSelectorRandom(int n, Random rand = null)
        {
            this.permutation = RandomSets.GetRandomPermutation (n, rand);
        }