Import rand_pcg 0.3.1 upstream upstream/0.3.1
authorRoy7Kim <myoungwoon.kim@samsung.com>
Mon, 20 Mar 2023 05:55:32 +0000 (14:55 +0900)
committerRoy7Kim <myoungwoon.kim@samsung.com>
Mon, 20 Mar 2023 05:55:32 +0000 (14:55 +0900)
commit3b9e08423a5f088218478fc3c4c075edf62f9ae4
treed18a0dfcd122aaa605ae69b2f5494c1ae9ea1e7a
Import rand_pcg 0.3.1
14 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
COPYRIGHT [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/pcg128.rs [new file with mode: 0644]
src/pcg64.rs [new file with mode: 0644]
tests/lcg128xsl64.rs [new file with mode: 0644]
tests/lcg64xsh32.rs [new file with mode: 0644]
tests/mcg128xsl64.rs [new file with mode: 0644]