Anyone knows how to make some kind of lottery game?C# | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Anyone knows how to make some kind of lottery game?C#

C# pls

10th Sep 2018, 9:47 PM
Ruberto666
1 Réponse
+ 9
using Random? Random a = new Random(); int rand = a.Next(max_value); if im not wrong
10th Sep 2018, 11:47 PM
ShortCode