php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74530 Wrong note for rand()
Submitted: 2017-05-02 11:28 UTC Modified: 2017-05-02 11:37 UTC
From: olafvdspek at gmail dot com Assigned:
Status: Duplicate Package: Documentation problem
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: olafvdspek at gmail dot com
New email:
PHP Version: OS:

 

 [2017-05-02 11:28 UTC] olafvdspek at gmail dot com
Description:
------------
> Note: As of PHP 7.1.0, rand() uses the same random number generator as mt_rand(). To preserve backwards compatibility rand() allows min to be smaller than max as opposed to returning FALSE as mt_rand().

I assume it's supposed to say "allows min to be larger than max"..

Test script:
---------------
-

Expected result:
----------------
-

Actual result:
--------------
-

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-05-02 11:37 UTC] kelunik@php.net
-Status: Open +Status: Duplicate
 [2017-05-02 11:37 UTC] kelunik@php.net
Duplicate of https://bugs.php.net/bug.php?id=74520 and already fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC