Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison authored Dec 6, 2021
1 parent 4f297d4 commit f2de0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# parallel-numpy-rng
![tests](https://github.com/lgarrison/parallel-numpy-rng/actions/workflows/test.yml/badge.svg)

A multi-threaded random number generator, backed by Numpy RNG.
A multi-threaded random number generator, backed by Numpy RNG, with parallelism provided by Numba.

## Overview
Uses the "fast-forward" capability of the PCG-family of RNG, as exposed by the
Expand Down

0 comments on commit f2de0b5

Please sign in to comment.