UNPKG

random-pie

Version:

A lightweight TypeScript/JavaScript library providing Python-style random number generation and randomization utilities. This utility module implements the most common functions from Python's random module, making it intuitive for Python developers workin

6 lines (5 loc) 121 B
"use strict"; /** * Types for the random-pie package */ Object.defineProperty(exports, "__esModule", { value: true });