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

https://github.com/ferdodo/daily-prng

Random number generator that changes seed every day.
https://github.com/ferdodo/daily-prng

Last synced: 5 months ago
JSON representation

Random number generator that changes seed every day.

Awesome Lists containing this project

README

          

[![Npm package](https://img.shields.io/npm/v/daily-prng.svg)](https://www.npmjs.com/package/daily-prng)
[![npm](https://img.shields.io/npm/dw/daily-prng)](https://www.npmjs.com/package/daily-prng)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/ferdodo/daily-prng/master)](https://github.com/ferdodo/daily-prng)
[![GitHub](https://img.shields.io/github/license/ferdodo/daily-prng)](https://github.com/ferdodo/daily-prng)
[![npm](https://img.shields.io/badge/documentation-blue)](https://ferdodo.github.io/daily-prng/)

Random number generator that changes seed every day.

## Installation

```bash
npm install daily-prng
```