https://github.com/mpewsey/common
A library of common classes.
https://github.com/mpewsey/common
collections common math-library random-number-generation serialization
Last synced: 2 months ago
JSON representation
A library of common classes.
- Host: GitHub
- URL: https://github.com/mpewsey/common
- Owner: mpewsey
- License: bsd-3-clause
- Created: 2023-01-22T04:31:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T02:49:26.000Z (about 1 year ago)
- Last Synced: 2025-02-28T09:15:43.914Z (3 months ago)
- Topics: collections, common, math-library, random-number-generation, serialization
- Language: C#
- Homepage: https://mpewsey.github.io/Common
- Size: 6.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common
[](https://github.com/mpewsey/Common/actions/workflows/tests.yml)
[](https://mpewsey.github.io/Common)
[](https://codecov.io/gh/mpewsey/Common)

[](https://www.nuget.org/packages/MPewsey.Common/)A library of common classes:
* Collections - Data Contract serializable collections, as well as collections not included in the standard library.
* Random - Data Contract serializable random seed that produces static results across .NET versions.
* Mathematics - Extra math functions and vector structs.
* Pipelines - Components for building a sequential execution pipeline.
* Serialization - Helper methods for serializing Data Contract objects.