Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
updated REAME with CI/Coverage badges
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCouper committed Jun 1, 2016
1 parent 4a6cd00 commit c61755c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# Sutor-Random

[![Build Status](https://semaphoreci.com/api/v1/dancouper/sutor-random/branches/master/badge.svg)](https://semaphoreci.com/dancouper/sutor-random)

[![Coverage Status](https://coveralls.io/repos/github/DanCouper/Sutor-Random/badge.svg?branch=master)](https://coveralls.io/github/DanCouper/Sutor-Random?branch=master)

A naïve seeded pseudo-random number generator for JS. This is mainly meant for testing purposes: the method used is [reportedly](http://stackoverflow.com/questions/521295/javascript-random-seeds) ~2-3 times slower than `Math.random()`.

- Should allow for multiple independent generators (testing required).
Expand Down

0 comments on commit c61755c

Please sign in to comment.