C# Tutorial for Beginners #33 - Random

Channel:
Subscribers:
8,960
Published on ● Video Link: https://www.youtube.com/watch?v=Ww5897-l_K0



Duration: 8:37
221 views
18


Use the pseudo-random number generator provided by the Random class to generate integers and doubles, as well as a couple of practical examples and tips for avoiding issues.

Please let me know if you have any questions. Happy coding!

Chapters:
0:00 Introduction
0:06 Pseudo-Random?
0:29 Random Integer
1:16 Random Int between 0 and X
2:02 Random Int between X and Y
2:51 Random Double
4:05 Picking a Random Item from Collection
5:43 Coin Flip Simulation
7:09 Important Details!
8:18 Next Up







Tags:
oop
c#
random
pseudo random
coin flip