Advertisement
Yo_Mb

Yo_21Mb

Oct 24th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public static int card_Roll()
  2. {
  3. Random random = new Random();
  4. int random1 = random.Next(1000);
  5. Console.WriteLine(random1);
  6. return random1;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement