xref: /template/strap/vendor/paragonie/random_compat/lib/random.php (revision c3437056399326d621a01da73b649707fbb0ae69)
1*c3437056SNickeau<?php
2*c3437056SNickeau/**
3*c3437056SNickeau * Random_* Compatibility Library
4*c3437056SNickeau * for using the new PHP 7 random_* API in PHP 5 projects
5*c3437056SNickeau *
6*c3437056SNickeau * @version 2.99.99
7*c3437056SNickeau * @released 2018-06-06
8*c3437056SNickeau *
9*c3437056SNickeau * The MIT License (MIT)
10*c3437056SNickeau *
11*c3437056SNickeau * Copyright (c) 2015 - 2018 Paragon Initiative Enterprises
12*c3437056SNickeau *
13*c3437056SNickeau * Permission is hereby granted, free of charge, to any person obtaining a copy
14*c3437056SNickeau * of this software and associated documentation files (the "Software"), to deal
15*c3437056SNickeau * in the Software without restriction, including without limitation the rights
16*c3437056SNickeau * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17*c3437056SNickeau * copies of the Software, and to permit persons to whom the Software is
18*c3437056SNickeau * furnished to do so, subject to the following conditions:
19*c3437056SNickeau *
20*c3437056SNickeau * The above copyright notice and this permission notice shall be included in
21*c3437056SNickeau * all copies or substantial portions of the Software.
22*c3437056SNickeau *
23*c3437056SNickeau * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24*c3437056SNickeau * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25*c3437056SNickeau * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26*c3437056SNickeau * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27*c3437056SNickeau * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28*c3437056SNickeau * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29*c3437056SNickeau * SOFTWARE.
30*c3437056SNickeau */
31*c3437056SNickeau
32*c3437056SNickeau// NOP
33