Randomize Data C#

Thanks @andheum, Yes. That works.

It’s important to know that the Random class will always generate the same sequence unless you give it a different seed value.

Thanks for the clarification. :ok_hand: