From fb2a1f403cc84a29cda1765595a562eb9d70b241 Mon Sep 17 00:00:00 2001 From: Mahesh Jain <48172780+maheshjainckd@users.noreply.github.com> Date: Fri, 2 Oct 2020 20:47:35 +0530 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 8a2078a..0a6b106 100644 --- a/readme.md +++ b/readme.md @@ -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)