Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 315 Bytes

File metadata and controls

13 lines (9 loc) · 315 Bytes

just-random

Part of a library of zero-dependency npm modules that do just do one thing.
Guilt-free utilities for every occasion.

Try it now

import random from 'just-random';

random([1, 2, 3]);
// one of [1, 2, 3], at random