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 uniform float between low (exclusive) and high (exclusive) * * @..

Decoded Output download

<?php

/**
 * Generates uniform float between low (exclusive) and high (exclusive)
 *
 * @phpstub
 *
 * @param float $low
 * @param float $high
 *
 * @return float 
 */
function stats_rand_gen_funiform($low, $high)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generates uniform float between low (exclusive) and high (exclusive)
 *
 * @phpstub
 *
 * @param float $low
 * @param float $high
 *
 * @return float 
 */
function stats_rand_gen_funiform($low, $high)
{
}

Function Calls

None

Variables

None

Stats

MD5 29b8d3e71450fb1b9653ebd83fe56d44
Eval Count 0
Decode Time 85 ms