Re: [ANN] Lua 5.4.0 (alpha-rc1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (alpha-rc1) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2019年5月31日 22:40:33 -0300
> math.randomseed(os.time())
BTW, in 5.4, you don't need to do this anymore: the RNG is seeded
randomly when the math library is loaded.