phpseclib/src/c46a42b4-b0d3-48e7-a6fa-af0399e1e66c/code.php

27 lines
602 B
PHP
Raw Permalink Normal View History

2023-04-15 15:00:08 +00:00
<?php
/**
* @package Joomla.Component.Builder
*
* @created 4th September, 2022
* @author Llewellyn van der Merwe <https://dev.vdm.io>
* @git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
2024-05-26 15:39:38 +00:00
namespace VastDevelopmentMethod\Joomla\Componentbuilder\Crypt;
2023-04-15 15:00:08 +00:00
use phpseclib3\Crypt\Random as CryptRandom;
/**
* Random Class
*
* @since 3.2.0
*/
class Random extends CryptRandom
{
}