Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 26, 2019 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/af0b8edfdac82394d016e2f82b294304 to your computer and use it in GitHub Desktop.
Save parzibyte/af0b8edfdac82394d016e2f82b294304 to your computer and use it in GitHub Desktop.
// Hay que alimentar a rand, solamente una vez
srand(getpid());
// De manera alternativa puedes hacer esto:
srand(time(NULL));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment