
please wait
by kitfox
How to create white noise random hashing function?
|
I'm trying to figure out how to build a random hashing function that emphasizes speed and repeatability. Basically, for input it will have an unsigned int seed... |
Apr 28, 2025 at 8:21am
[1 reply] : I think you can use any proper hash function to produce a (pseudo) "... (by kigar64551)
|