php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12131 misworded gmp_random documentation(?)
Submitted: 2001-07-13 03:28 UTC Modified: 2002-02-06 11:49 UTC
From: rugby at flipp dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS:
Private report: No CVE-ID: None
 [2001-07-13 03:28 UTC] rugby at flipp dot net
on:

http://php.net/manual/en/function.gmp-random.php

you say:

Generate a random number. The number will be up to limiter words long. If limiter is negative, negative numbers are generated

you might have meant:

Generates a random number. The generated number will be between _limiter_ and zero in value. If limiter is negative, negative numbers are generated


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-06 11:49 UTC] alindeman@php.net
This bug has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 08:01:32 2024 UTC