Skip to content

Commit bba69a7

Browse files
committed
feat(prng): corrected project tools to enhance structure
1 parent d250e58 commit bba69a7

File tree

20 files changed

+2437
-613
lines changed

20 files changed

+2437
-613
lines changed

lib/node_modules/@stdlib/random/base/tinymt32/LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ The library links against the following external libraries or contains
182182
implementations from the following external libraries, which have their own
183183
licenses:
184184

185-
* MT19937 <http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/
186-
mt19937ar.c>
185+
* TinyMT32 <https://github.com/MersenneTwister-Lab/TinyMT/blob/master/tinymt/tinymt32.c>
187186

188187
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
189188
All rights reserved.

0 commit comments

Comments
 (0)