dotNetTips.Utility.Core
dotNetTips.Utility.Core copied to clipboard
CollectionRandomizer as IEnumerable
Converted to Be IEnumerable<T> Can now be used wherever an IEnumerable can be (foreach, LINQ statement, etc.) Added repeat count, for non-infinite repeating. Also added additional unit tests.