@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user