Exploring MoreLINQ Part 13 - Random Sequences
The thirteenth video in my Exploring MoreLINQ series looks various helper methods in MoreLINQ for generating random sequences. Random
allows you to generate random sequences of integers in a given range and RandomDouble
generates a random sequence of integers.
I also look at RandomSubset
which randomly picks items from an existing sequence, and Shuffle
which randomly orders an existing sequence.
You can find all videos in this series here.
Want to learn more about LINQ? Be sure to check out my Pluralsight course LINQ Best Practices.