Skip to content

Commit b5bbb23

Browse files
committed
Update license info
1 parent 04ac299 commit b5bbb23

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "mt19937"
33
version = "0.1.0"
44
authors = ["Noah <33094578+coolreader18@users.noreply.github.com>"]
55
edition = "2018"
6+
license = "BSD-3-Clause"
7+
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
68

79
[dependencies]
810
rand_core = "0.5"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compatible with CPython's `_random` module.
66
This crate was translated from the original
77
[implementation](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html)
88
by a team at Hiroshima University. The original content of the header of
9-
their implementation, along with the license, is left intact below.
9+
their implementation, along with the BSD-3 license, is left intact below.
1010

1111

1212
A C-program for MT19937, with initialization improved 2002/1/26.
@@ -46,6 +46,6 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4646
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4747

4848

49-
Any feedback is very welcome.
50-
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
49+
Any feedback is very welcome.
50+
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
5151
email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)

0 commit comments

Comments
 (0)