0.0.3 • Published 7 years ago

randa v0.0.3

Weekly downloads
22
License
MIT
Repository
github
Last release
7 years ago

Travis Build
Status

randa

Randomness for arrays

npm i randa -S
import r from 'randa'

r.int(2, 10, 8)
// [ 8, 5, 6, 9, 3, 7, 10, 1 ]

r.float(5, 14, 9)
// [ 12, 1.22, 2.11, 14.83, 10.8, 5.13, 6.5, 9.31, 12.25 ]

r.regex(/[a-z]{2,2}/, 2, 9)
// [ 'ml', 'za', 'sb', 'wl', 'si', 'pf', 'ie', 'et', 'pi' ]
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago