46 list($usec, $sec) = explode(
' ', microtime());
47 return (
int)($sec + ($usec * 100000));
56 return hexdec(substr(md5($string), 0, 10));
109 $shuffledArray =
array();
111 while( count($orderedArray) > 0 )
113 $key = mt_rand(0, (count($orderedArray)-1));
114 $splice = array_splice($orderedArray, $key, 1);
115 $shuffledArray[] = current($splice);
118 return $shuffledArray;
126 return function_exists(
'mt_srand') && function_exists(
'mt_rand');
Create styles array
The data for the language used.
isMtRandomizerAvailable()
buildSeedFromString($string)