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 T distribution * * @phpstub * *..
Decoded Output download
<?php
/**
* Generates a single random deviate from a T distribution
*
* @phpstub
*
* @param float $df
*
* @return float
*/
function stats_rand_gen_t($df)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generates a single random deviate from a T distribution
*
* @phpstub
*
* @param float $df
*
* @return float
*/
function stats_rand_gen_t($df)
{
}
Function Calls
None |
Stats
MD5 | cad2f78536c6a5002bec8eee30886420 |
Eval Count | 0 |
Decode Time | 77 ms |