Safe Haskell | Safe-Inferred |
---|
Seed class to hash Frame
s into the random seed. This is
like Hashable, except that it must be stable (so hashable isn't suitable),
and since it's for a random seed, doesn't care about being well-distributed.
So I use the addition algorithm, which has been stable for a while.