-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from kellieotto/update-details
Update details
- Loading branch information
Showing
7 changed files
with
138 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Announcement: cryptorandom 0.2 | ||
=========================== | ||
|
||
We're happy to announce the release of cryptorandom v0.2! | ||
|
||
cryptorandom is a cryptographically secure PRNG and sampling module for Python. | ||
|
||
For more information, examples, and documentation, please visit our website: | ||
|
||
http://statlab.github.io/cryptorandom/ | ||
|
||
|
||
New Features | ||
------------ | ||
* Functionality to generate random permutations of a list | ||
|
||
|
||
|
||
Improvements | ||
------------ | ||
* Bug fix in Vitter_Z | ||
* Standardized output of sampling functions. Now, all of them return np.arrays | ||
* Improved examples and documentation | ||
|
||
|
||
Contributors to this release | ||
---------------------------- | ||
Kellie Ottoboni |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters