-
Notifications
You must be signed in to change notification settings - Fork 0
ArrayExtensions
kgazcurra edited this page Oct 9, 2018
·
3 revisions
- GetRandomItem() - Returns a random item of the List/Array
- Randomize() - Returns a new randomized(items changes places randomly) List/Array.
The only thing you need to do is to import the namespace of ProLibrary's extensions.
using KennethDevelops.ProLibrary.Extensions;