File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name = "mt19937"
33version = " 0.1.0"
44authors = [" Noah <33094578+coolreader18@users.noreply.github.com>" ]
55edition = " 2018"
6+ license = " BSD-3-Clause"
7+ description = " A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
68
79[dependencies ]
810rand_core = " 0.5"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ compatible with CPython's `_random` module.
66This crate was translated from the original
77[ implementation] ( http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html )
88by 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
1212A 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
4646SOFTWARE, 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
5151email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
You can’t perform that action at this time.
0 commit comments