[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work1) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 15 Mar 2018 20:50:00 -0300
> is math.random uses xorshift128+ algorithm ?
>
> why is the code different from https://en.m.wikipedia.org/wiki/Xorshift ?
See these:
http://xoroshiro.di.unimi.it
http://xoroshiro.di.unimi.it/xorshift128plus.c
https://stackoverflow.com/questions/34426499/what-is-the-real-definition-of-the-xorshift128-algorithm
- References:
- [ANN] Lua 5.4.0 (work1) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.4.0 (work1) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.4.0 (work1) now available, Xavier Wang
- Re: [ANN] Lua 5.4.0 (work1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.0 (work1) now available, pocomane
- Re: [ANN] Lua 5.4.0 (work1) now available, Dirk Laurie
- Re: [ANN] Lua 5.4.0 (work1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.0 (work1) now available, Dirk Laurie
- Re: [ANN] Lua 5.4.0 (work1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.0 (work1) now available, pocomane
- Re: [ANN] Lua 5.4.0 (work1) now available, Tim Hill
- Re: [ANN] Lua 5.4.0 (work1) now available, albertmcchan