Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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).