Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Fixed a doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed May 31, 2012
1 parent d7ee8ca commit 0f90fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Math.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class Math extends BigInteger
{
/**
* Generate random bytes using OpenSSL and/or MCRYPT_DEV_URANDOM and/or /dev/urandom
* Generate random bytes using OpenSSL or Mcrypt and mt_rand() as fallback
*
* @param integer $length
* @param boolean $strong true if you need a strong random generator (cryptography)
Expand Down

0 comments on commit 0f90fd8

Please sign in to comment.