Update xorshift PRNG
Release / release (push) Successful in 4s

This commit is contained in:
2026-09-06 13:31:37 +01:00
parent 07e0034783
commit c83f9333de
3 changed files with 39 additions and 24 deletions
+1
View File
@@ -19,6 +19,7 @@ struct WpXor256State {
};
WpXor256State wpPrngXorshiftInit(void);
WpXor256State wpPrngXorshiftInitWithSeed(u64 seed);
u64 wpPrngXorshift256(WpXor256State *state);
u64 wpPrngXorshift256ss(WpXor256State *state);
u64 wpPrngXorshift256p(WpXor256State *state);