xorshift32.d.ts 123 B

123
  1. export type XorShift32 = () => number;
  2. export const makexorshift32: () => XorShift32;
  3. export const xorshift32: XorShift32;