/*Algoritmo hash para generar un valor máximo de 106*/ PARA i=0 HASTA i< LONGITUD(mnemonico) COMIENZA aux <- 100*mnemonico[i]+mnemonico[i+1] suma <- suma + aux suma = suma%19937 TERMINA hash <- suma % 107