Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Generates a single random deviate from a negative binomial distribution. Arg..
Decoded Output download
<?php
/**
* Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n gt 0), p - the probability of an event (0 lt p lt 1)).
*
* @phpstub
*
* @param int $n
* @param float $p
*
* @return int
*/
function stats_rand_gen_ibinomial_negative($n, $p)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n gt 0), p - the probability of an event (0 lt p lt 1)).
*
* @phpstub
*
* @param int $n
* @param float $p
*
* @return int
*/
function stats_rand_gen_ibinomial_negative($n, $p)
{
}
Function Calls
None |
Stats
MD5 | ec4e7d4c16e99b220836992a8e16729a |
Eval Count | 0 |
Decode Time | 81 ms |