Z.ExtensionMethods icon indicating copy to clipboard operation
Z.ExtensionMethods copied to clipboard

IList<T> Shuffle extension

Open falwickster opened this issue 7 years ago • 1 comments

Hi.

I added a shuffle extension which returns items in random order. Although I am not sure how to test randomness, so I added test cases with a very small probability of failure. I hope it will suffice

falwickster avatar Jul 12 '18 10:07 falwickster

One way to test it would be probably to give a random seed, but I don't think going through this will be very useful ;)

Thank you for your extensions, I will review it and should be soon released if everything is fine.

Best Regards,

Jonathan

JonathanMagnan avatar Jul 12 '18 11:07 JonathanMagnan