export declare const makeXorShift32: (seed?: number) => () => number;
export declare const xorShift32: () => number;
