UNPKG

web-random-utils

Version:

Generate massive amounts of fake contextual data

26 lines (19 loc) β€’ 505 B
## πŸ“¦ Install ```shell npm install web-random-utils -D ``` ## πŸͺ„ Usage ```javascript // ESM import {randomNumber, randomPassword} from 'web-random-utils'; // ιšζœΊζ•°ε€Ό randomNumber() // 654 randomNumber(2, 500) // 300 η”Ÿζˆε―†η  randomPassword() // u^u;4#9%Kw8{q[cF randomPassword(12, 'low') //WHnocjIPgrBzRJdQ randomPassword(12, 'medium') //aItjlvn1mIVm0PLz randomPassword(12, 'strong') //+3Mm9EP<zJGNTu/Y generateUuid() // 8837e72c-9638-4b1e-a86d-a07637f30748 generateGender() // η”· ```