export declare function coreRandom(max: number): number;
export declare function createSeededRandom(seed?: number): (max: number) => number;
