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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
8 - 6 = ?
Subscribe to this entry?

 
 [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: Fri May 17 04:01:34 2024 UTC