From df2c644392ab09fa4c38080006e9900b0357c654 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 1 Mar 2013 21:17:31 +0100 Subject: [PATCH] Add alternative about randomNumber usage --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 58039726..62b9512a 100644 --- a/readme.md +++ b/readme.md @@ -160,6 +160,7 @@ Each of the generator properties (like `name`, `address`, and `lorem`) are calle randomDigit // 7 randomDigitNotNull // 5 randomNumber($nbDigits = NULL) // 79907610 + randomNumber($from, $to) // 39049 randomFloat($nbMaxDecimals = NULL, $min = 0, $max = NULL) // 48.8932 randomLetter // 'b' randomElement($array = array ('a','b','c')) // 'b'