mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os,rand.mt19937: fix broken links in code comments (#5806)
This commit is contained in:
parent
d28a1042a0
commit
f61a7bf3df
@ -22,7 +22,7 @@ struct Filetime {
|
||||
}
|
||||
|
||||
// win: WIN32_FIND_DATA
|
||||
// https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-_win32_find_dataw
|
||||
// https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-win32_find_dataw
|
||||
struct Win32finddata {
|
||||
mut:
|
||||
dw_file_attributes u32
|
||||
|
@ -44,8 +44,8 @@ C++ functions for MT19937, with initialization improved 2002/2/10.
|
||||
|
||||
|
||||
Any feedback is very welcome.
|
||||
http://www.math.keio.ac.jp/matumoto/emt.html
|
||||
email: matumoto@math.keio.ac.jp
|
||||
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
|
||||
email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
|
||||
*/
|
||||
const (
|
||||
nn = 312
|
||||
|
Loading…
Reference in New Issue
Block a user