what is difference between srand & shuffle?
Posted by lampinterview on May 7, 2008
srand function -> Seeds the random number generator with seed. and shuffle is used for shuffling the array values.
Posted by lampinterview on May 7, 2008
srand function -> Seeds the random number generator with seed. and shuffle is used for shuffling the array values.