Last active
December 23, 2017 08:13
-
-
Save klkucan/c51ab5a0bfe3bd146f7e7ea0d7ab9c2d to your computer and use it in GitHub Desktop.
use GUID sort array, and return 3 element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oneArray.OrderBy(o => Guid.NewGuid()).Take(3).ToArray(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment