Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Generating random permutation is equivalent to repeated selection of a random number from 1 to n without replacement. This is what the code is doing precisely.
Generating random permutation is equivalent to repeated selection of a random number from 1 to n without replacement. This is what the code is doing precisely.
ReplyDelete