Random r = new Random();var rSequence = Enumerable.Repeat(0, N).Select(i => r.Next());
Login to post response