Skip to content

Commit

Permalink
Merge pull request #5 from auronandace/redo_ranges
Browse files Browse the repository at this point in the history
Eliminate internal use of Strings
  • Loading branch information
auronandace authored Dec 9, 2022
2 parents d300342 + 6f8736a commit 3cdd19f
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 141 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acorn_prng"
version = "1.0.1"
version = "2.0.0"
edition = "2021"
license = "ISC"
description = "A pseudo-random number generator based on the ACORN algorithm."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Not cryptographically secure.
## Using this library
Add the following to the [dependencies] section of your Config.toml:
```
acorn_prng = "1.0.1"
acorn_prng = "2.0.0"
```

## Documentation
Expand Down
Loading

0 comments on commit 3cdd19f

Please sign in to comment.