Skip to content

Instantly share code, notes, and snippets.

@HectorTorres
Created February 28, 2018 16:35
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 HectorTorres/0f9f854a289b2fed47776dbef8cb9405 to your computer and use it in GitHub Desktop.
Save HectorTorres/0f9f854a289b2fed47776dbef8cb9405 to your computer and use it in GitHub Desktop.
//min (x,y)
minimo = min(dato, 100); //asigna el valor más bajo (entre "dato" y 100).
//max (x,y)
maximo = max(dato, 100); //asigna el valor más alto (entre "dato" y 100).
//ramdomSeed(seed)
randomSeed(dato); // toma un valor aleatorio de la variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment