Skip to main content

[C# .NET] Random Numbers

Write a program to print 50 distinct Random numbers.

a) Predefined Random Function or Garbage Values of variables not allowed.
b) Random values must be between 0 & 1.
c) Execution time not be greater than 3.0 sec.

Comments

Popular posts from this blog