UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

6 lines (5 loc) 145 B
export declare class NeonRandomUtils { static rand(seed: string): () => number; private static cyrb128; private static mulberry32; }