UNPKG

random-color-library

Version:

Generate random colors from the Material Design color palette.

4 lines (3 loc) 193 B
export declare function randomIntFromHash(key: string, max: number): number; export declare function getRandomInt(max: number): number; export declare function murmur3_32(key: string): number;