diff --git a/reference/random/functions/rand.xml b/reference/random/functions/rand.xml index e9d821b16211..9009f221f478 100644 --- a/reference/random/functions/rand.xml +++ b/reference/random/functions/rand.xml @@ -27,8 +27,8 @@ &caution.cryptographically-insecure; - On some platforms (such as Windows), getrandmax - is only 32767. If you require a range larger than 32767, specifying + Prior to PHP 7.1.0, getrandmax was only 32767 on some + platforms (such as Windows). If you require a range larger than 32767, specifying min and max will allow you to create a range larger than this, or consider using mt_rand instead.