UNPKG

@nativewrappers/server

Version:

Native wrappers and utilities for use with FXServer.

10 lines (9 loc) 262 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); function randomInt(min, max) { return Math.random() * (max - min) + min; } __name(randomInt, "randomInt"); export { randomInt };