2 months, 1 week ago
Highlights
Community contributions featuredYou can create synchronized shared experiences by using a hash of the date as the seed. No distribution mechanism required.
2 months, 1 week ago
10 months, 3 weeks ago
If you have access to 64-bit arithmetic, I think it should be very easy to make a hash function with no artifacts. Just combine a few of these:hash ^= A_64_BIT_NUMBER;hash *= A_…
10 months, 3 weeks ago
1 year, 8 months ago
I didn't understand what problems you had with the linear-algebra approach. Here's some working C++ code, using the armadillo library for matrix operations (compile with -l arma…
1 year, 8 months ago
Latest Activity
See all in DiscussionsYou can create synchronized shared experiences by using a hash of the date as the seed. No distribution mechanism required.
2 months, 1 week ago
If you have access to 64-bit arithmetic, I think it should be very easy to make a hash function with …
10 months, 3 weeks ago
I didn't understand what problems you had with the linear-algebra approach. Here's some working C++ code, using the armadillo library …
1 year, 8 months ago