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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC