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 normal distribution with mean, av, ..
Decoded Output download
<?php
/**
* Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd gt= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.
*
* @phpstub
*
* @param float $av
* @param float $sd
*
* @return float
*/
function stats_rand_gen_normal($av, $sd)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd gt= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.
*
* @phpstub
*
* @param float $av
* @param float $sd
*
* @return float
*/
function stats_rand_gen_normal($av, $sd)
{
}
Function Calls
None |
Stats
MD5 | fb43863c3af57c7b5ea8604d66708322 |
Eval Count | 0 |
Decode Time | 86 ms |