node-ejs-renderer/node_modules/hyperdyperid/lib/xorshift32.d.ts
2024-06-09 13:55:01 -04:00

4 lines
123 B
TypeScript

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