UNPKG

@nativewrappers/common

Version:

Native wrappers and utilities for use with Cfx scripting runtimes.

3 lines (2 loc) 140 B
export declare function randomFloat(min: number, max: number): number; export declare function randomInt(min: number, max: number): number;