Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgrainger/pcgrandom
.NET port of the PCG Random Number Generator library (www.pcg-random.org)
https://github.com/bgrainger/pcgrandom
csharp netcore pcg pcg-random prng random-number-generators
Last synced: 16 days ago
JSON representation
.NET port of the PCG Random Number Generator library (www.pcg-random.org)
- Host: GitHub
- URL: https://github.com/bgrainger/pcgrandom
- Owner: bgrainger
- License: apache-2.0
- Created: 2015-12-04T02:49:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T16:30:46.000Z (over 1 year ago)
- Last Synced: 2024-04-29T16:08:57.362Z (7 months ago)
- Topics: csharp, netcore, pcg, pcg-random, prng, random-number-generators
- Language: C#
- Size: 70.3 KB
- Stars: 30
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PcgRandom
PcgRandom is a .NET implementation of the [PCG](http://www.pcg-random.org/) family of
random number generators.## Build Status
CI | Platforms | Status
--- | --- | ---
GitHub Actions | Ubuntu 22.04, Windows 2022 | [![Build](https://github.com/bgrainger/PcgRandom/actions/workflows/build.yml/badge.svg)](https://github.com/bgrainger/PcgRandom/actions/workflows/build.yml)
Appveyor | Windows | [![AppVeyor](https://img.shields.io/appveyor/ci/BradleyGrainger/pcgrandom.svg)](https://ci.appveyor.com/project/BradleyGrainger/pcgrandom)
Azure Pipelines | Ubuntu 22.04, macOS 12, Windows 2022 | [![Build Status](https://dev.azure.com/bgrainger/Public/_apis/build/status/PcgRandom)](https://dev.azure.com/bgrainger/Public/_build/latest?definitionId=1)[![NuGet](https://img.shields.io/nuget/v/PcgRandom.svg)](https://www.nuget.org/packages/PcgRandom)
## Documentation
Read the [documentation](docs/README.md).
## License
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).