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) 138 B
import Random from "./random"; export * from "./number-random"; export * from "./array-random"; export { Random }; export default Random;