Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
astocko committed Oct 29, 2016
1 parent 5e15bb4 commit 7042fca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# xorshift

Rust crate implementing the splitmix64, xoroshiro128+, xorshift128+, and xorshift1024* PRNGs. Derived from their respective public-domain C implementations.

See [COPYRIGHT](COPYRIGHT) for details.

# algorithms

Please see [http:https://xoroshiro.di.unimi.it](http:https://xoroshiro.di.unimi.it/) for an overview of the PRNGs and their preferred use cases. For parallel simulations, xorshift1024* is recommended, otherwise xoroshiro128+. splitmix64 is convenient for seeding PRNG states.

0 comments on commit 7042fca

Please sign in to comment.