Optimal LINQ query to get a random sub collection - Shuffle

Posted by Jobi Joy on Stack Overflow See other posts from Stack Overflow or by Jobi Joy
Published on 2009-10-30T18:44:41Z Indexed on 2010/05/25 10:01 UTC
Read the original article Hit count: 185

Please suggest an easiest way to get a random shuffled collection of count 'n' from a collection having 'N' items. where n <= N

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ