Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/ckknight/random-js.svg?branch=master)](https://travis-ci.org/ckknight/random-js)

This is designed to be a mathematically correct random number generator library for JavaScript.
You can use it severam times to get familiar with the parameters.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

severam -> several


Inspiration was primarily taken from C++11's `<random>`.

Expand Down