UNPKG

random-js

Version:

A mathematically correct random number generator library for JavaScript.

8 lines (7 loc) 228 B
import { Engine } from "../types"; /** * Returns a Universally Unique Identifier Version 4. * * See http://en.wikipedia.org/wiki/Universally_unique_identifier */ export declare function uuid4(engine: Engine): string;