Skip to content

Commit

Permalink
Merge pull request #1 from maheshjainckd/master
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
AspieSoft authored Oct 5, 2020
2 parents db154ed + fb2a1f4 commit 8ca052c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ random(-50, 50, 2); // output: (23.02, -45.53, 2.5) random number between -50 an

random(0, 100, -1); // output: random number with a random decimal size between 0 and 10

random(0, 1, 10); // output: random number with a random decimal size between 0 and e^10

// optional enable lite mode (false by default)
// changes the default option, and can be (optionally) overwritten by the function
random.setLiteMode(true || false); // default: true (default for function attr, Not for the option)
Expand Down

0 comments on commit 8ca052c

Please sign in to comment.