Normaliza una seed de usuario (número o string) a un entero sin signo de 32 bits, hasheando el string con xfnv1a cuando corresponde.
Normalizes a user-provided seed (number or string) into an unsigned 32-bit integer, hashing the string with xfnv1a when needed.
Seed original: número o texto. / Original seed: number or text.
Entero sin signo de 32 bits listo para mulberry32. / Unsigned 32-bit integer ready for mulberry32.
Normaliza una seed de usuario (número o string) a un entero sin signo de 32 bits, hasheando el string con xfnv1a cuando corresponde.
Normalizes a user-provided seed (number or string) into an unsigned 32-bit integer, hashing the string with xfnv1a when needed.