Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1124 from leepownall/patch-2
Browse files Browse the repository at this point in the history
Add strict to randomNumber example
  • Loading branch information
fzaninotto authored Apr 6, 2017
2 parents f26b221 + 7a02b70 commit 5e71e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Each of the generator properties (like `name`, `address`, and `lorem`) are calle

randomDigit // 7
randomDigitNotNull // 5
randomNumber($nbDigits = NULL) // 79907610
randomNumber($nbDigits = NULL, $strict = false) // 79907610
randomFloat($nbMaxDecimals = NULL, $min = 0, $max = NULL) // 48.8932
numberBetween($min = 1000, $max = 9000) // 8567
randomLetter // 'b'
Expand Down

0 comments on commit 5e71e74

Please sign in to comment.