This algorithm guarantees to rearrange the elements in uniformly random order. What does uniformly random mean ?
Asked
Active
Viewed 51 times
0
-
1Do you want to ask about the applications of this algorithm, or the definition of "uniformly random"? Those are two separate questions. Did you try searching for answers to either of them? – kaya3 Apr 08 '21 at 05:43
-
@kaya3 Actually I wanted to know both...I searched for it.. I got a basic idea..but I want to know more applications.. – shyantan vullingala Apr 09 '21 at 07:36
-
Every time you draw from the deck, you're equally likely to draw each card that you haven't drawn yet. – David Eisenstat Apr 09 '21 at 14:55
-
@David Eisenstat thank you..that cleared so many doubts.. – shyantan vullingala Apr 11 '21 at 10:52