seed based random number
I'm looking for a way to generate a random number (24 bit number for a hex color code) that uses a seed, so a specific input should always return a corresponding output
I am using user-created strings as input, so there is no guarantee what the string will contain
Is this possible? how would I do it?