diff --git a/fastrand.h b/fastrand.h index 5673e81..83ce6b5 100644 --- a/fastrand.h +++ b/fastrand.h @@ -56,10 +56,10 @@ static inline rand_ilp_state init_rand_ilp_with( ret.b = seed2; ret.c = seed3; ret.d = seed4; - ret.e = seed1; - ret.f = seed2; - ret.g = seed3; - ret.h = seed4; + ret.e = seed5; + ret.f = seed6; + ret.g = seed7; + ret.h = seed8; return ret; }