Files
starface-outlook-sync-addin/node_modules/hyperdyperid/lib/xorshift32.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

4 lines
123 B
TypeScript

export type XorShift32 = () => number;
export const makexorshift32: () => XorShift32;
export const xorshift32: XorShift32;