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

https://github.com/bfren/rnd

Cryptographically secure random value generators for C# Integer, DateTime, String (and Passphrase), Guid, and Byte types.
https://github.com/bfren/rnd

csharp random random-generation

Last synced: 10 months ago
JSON representation

Cryptographically secure random value generators for C# Integer, DateTime, String (and Passphrase), Guid, and Byte types.

Awesome Lists containing this project

README

          

# Rnd: Random Generators (C#) #

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/bfren/rnd?include_prereleases&label=Release)
[![Nuget](https://img.shields.io/nuget/dt/rnd?label=Downloads)](https://www.nuget.org/packages/rnd/)
[![GitHub](https://img.shields.io/github/license/bfren/rnd?label=Licence)](https://mit.bfren.dev/2021)

[![Test](https://github.com/bfren/rnd/actions/workflows/test.yml/badge.svg)](https://github.com/bfren/rnd/actions/workflows/test.yml)
[![Publish](https://github.com/bfren/rnd/actions/workflows/publish.yml/badge.svg)](https://github.com/bfren/rnd/actions/workflows/publish.yml)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/84d0f3cce5564c28bea9528b6981f87c)](https://app.codacy.com/gh/bfren/rnd/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

Cryptographically secure random value generators for Integer, DateTime, String (and Passphrase), Guid, and Byte types.

View the [Wiki](https://github.com/bfren/rnd/wiki) for documentation.

## Licence ##

> [MIT](https://mit.bfren.dev/2021)

## Copyright ##

> Copyright (c) 2021-2024 [bfren](https://bfren.dev) (unless otherwise stated)