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 binomial distribution whose number ..

Decoded Output download

<?php

/**
 * Generates a single random deviate from a binomial distribution whose number of trials is "n" (n gt= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE
 *
 * @phpstub
 *
 * @param int $n
 * @param float $pp
 *
 * @return int 
 */
function stats_rand_gen_ibinomial($n, $pp)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generates a single random deviate from a binomial distribution whose number of trials is "n" (n gt= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE
 *
 * @phpstub
 *
 * @param int $n
 * @param float $pp
 *
 * @return int 
 */
function stats_rand_gen_ibinomial($n, $pp)
{
}

Function Calls

None

Variables

None

Stats

MD5 17134e25149bc7659e9a4505ef7bcbeb
Eval Count 0
Decode Time 96 ms