* @copyright 2011 The Authors * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version Build @@version@@ */ namespace RandomLib\Source; use SecurityLib\Strength; class URandomTest extends AbstractSourceTest { protected static function getExpectedStrength() { return new Strength(Strength::HIGH); } }