]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/cpp/src/arrow/vendored/pcg/README.md
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / cpp / src / arrow / vendored / pcg / README.md
1 <!--
2 PCG Random Number Generation for C++
3
4 Copyright 2014-2019 Melissa O'Neill <oneill@pcg-random.org>,
5 and the PCG Project contributors.
6
7 SPDX-License-Identifier: (Apache-2.0 OR MIT)
8
9 Licensed under the Apache License, Version 2.0 (provided in
10 LICENSE-APACHE.txt and at http://www.apache.org/licenses/LICENSE-2.0)
11 or under the MIT license (provided in LICENSE-MIT.txt and at
12 http://opensource.org/licenses/MIT), at your option. This file may not
13 be copied, modified, or distributed except according to those terms.
14
15 Distributed on an "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, either
16 express or implied. See your chosen license for details.
17
18 For additional information about the PCG random number generation scheme,
19 visit http://www.pcg-random.org/.
20 -->
21
22 Sources are taken from git changeset ffd522e7188bef30a00c74dc7eb9de5faff90092
23 (https://github.com/imneme/pcg-cpp).
24
25 Changes:
26 - enclosed in `arrow_vendored` namespace