SproutCMS

This is the code documentation for the SproutCMS project

function testRandDistribution()

Usage

void $securityHelperTest->testRandDistribution ( callable $func , array $args , int $num_unique );

Arguments

  1. callable $func
    Function to generate random strings
  2. array $args
    Function arguments
  3. int $num_unique
    Expected number of unique values returned from $func

Return value

  • void