Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save coryarmbrecht/6213a8d73521ac5738b68e2be55b5b07 to your computer and use it in GitHub Desktop.

Select an option

Save coryarmbrecht/6213a8d73521ac5738b68e2be55b5b07 to your computer and use it in GitHub Desktop.
Lodash Random Decimal Numbers
.ceil(_.random(1,5, true),2); //Generate Random numbers between 1 & 5 with precision of 2. ex: 4.56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment