Revision history of "Generating Random Numbers"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:27, 6 February 2024Admin (talk | contribs). . (315 bytes) (+315). . (Created page with "=Code= <syntaxhighlight lang=c#> Random Rnd = new Random(); //This is the number generator Rnd.Next(); // gets you a random number between 0 & 1 Rnd.Next(10); // you can se...")