blob: 7bbfed9548d223303a9f692a25e8973d2d68cad3 [file] [log] [blame]
<?php
namespace Tests\Providers\Rng;
trait NeedsRngLengths
{
/** @var array */
protected $rngTestLengths = array(1, 16, 32, 256);
}