# ivoire

> A pseudo-random number generator, rare, powerful, and extensible.

Latest version **1.1.0** (published 2015-07-23) · BSD license · 0 weekly downloads

## Install

```sh
npm install ivoire
pnpm add ivoire
yarn add ivoire
bun add ivoire
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2015-07-23 |
| First published | 2015-07-03 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | David Eyk |
| Maintainers | eykd |
| Keywords | random, procedural, generation |

## Links

- npm: https://www.npmjs.com/package/ivoire
- Repository: https://github.com/dreamhorn/ivoire
- Issues: https://github.com/dreamhorn/ivoire/issues
- npm.io page: https://npm.io/package/ivoire

## Dependencies (1)

- [mersenne-twister](https://npm.io/package/mersenne-twister.md) ^1.0.1

## Recent versions

- 1.1.0 (latest) — 2015-07-23
- 1.0.0 — 2015-07-03

## README

Ivoire Core
===========

A pseudo-random number generator, rare, powerful, and extensible.

[![Build Status](https://travis-ci.org/dreamhorn/ivoire.svg?branch=master)](https://travis-ci.org/dreamhorn/ivoire)

Ivoire is a pseudo-random number generator, powered by the Mersenne
Twister. Ivoire provides the building blocks for generating deterministic
random sequences. Deterministic, or pseudo-random sequences appear random,
but reliably generate the same sequence from the same seed.

Ivoire is designed to be extensible, and has a constellation of plugins for
various purposes.

Acknowledgements
----------------

The core of Ivoire (and some of its plugins) is based roughly on the core of
[chancejs](http://chancejs.com/).


Changelog
---------

### 1.1.0

- Fixed major bugs in `#integer()` and `#shuffle()`.
- Fixed other bugs.
- Added more/better tests.
- Removed interface mirroring of Mersenne Twister implementation. Only
  `#random()` is proxied now. This is technically a backwards-incompatible
  change, but it seems silly to go to 2.0 when the library is so new.

### 1.0.0

Initial release. Pretty broken.

---
_Source: https://npm.io/package/ivoire · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
