Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Generisanje slucajnog slova (CPU mode)
- int randomSlovo()
- {
- srand(time(NULL));
- int g = (rand() % (25 +1)) + 97;
- return g;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement