Random Packages

random2

A seedable pseudorandom number generator object.

1.0.1 • Published 8 years ago

randomfschanger

Change a folder randomly by adding/removing/editing files and directories over a specified period of time. Used for stress testing filesystem watching utilities.

0.0.8 • Published 7 years ago

randoming

```js const random = require('randoming'); // 随机手机号码 console.log(random.randomMobile()) // 随机手机号码(只生成159,189前缀号码) console.log(random.randomMobile(['159','189'])) // 随机guid console.log(random.guid()) // 随机字符串 len长度 console.log(random.randomString(len)) //

0.0.4 • Published 6 years ago