提交歷史

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy 0ddc0f47bd Several details about 5.4.0 rc1 5 年之前
  Roberto Ierusalimschy 6eb53b7526 Details 5 年之前
  Roberto Ierusalimschy 2d92102dee 'l_mathlim' renamed to 'l_floatatt' 5 年之前
  Roberto Ierusalimschy b96b0b5abb Added macro 'luaL_pushfail' 6 年之前
  Roberto Ierusalimschy 2f22c6bb79 'math.randomseed' always returns the two seed components 6 年之前
  Roberto Ierusalimschy 4eefef07ab 'math.randomseed()' returns the seeds it used 6 年之前
  Roberto Ierusalimschy 347d6961ac Define LUA_MAXUNSIGNED as a preprocessor constant 6 年之前
  Roberto Ierusalimschy 279c3a6961 A few changes in tests about number of bits in integers 6 年之前
  Roberto Ierusalimschy 9eca305e75 'math.randomseed()' sets a somewhat random seed 6 年之前
  Roberto Ierusalimschy 51316f9df7 'math.rand()' uses higher bits to produce float value 6 年之前
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 7 年之前
  Roberto Ierusalimschy aedcfb9414 type 'Rand64' may not be long long, so it should not use 'LL' in its 7 年之前
  Roberto Ierusalimschy de53c2ec7e using some weak "randomness" (time and memory address) to initialize 7 年之前
  Roberto Ierusalimschy 80bd4a8940 correction on xoshiro256** algorithm 7 年之前
  Roberto Ierusalimschy 3e7415e846 reorganization of '#if's for sellecting a type for 'Rand64' + 7 年之前
  Roberto Ierusalimschy 762baf0548 detail (trim constants are unsigned) 7 年之前
  Roberto Ierusalimschy b8a04658b2 PRNG changed from 'xoroshiro128+' to 'xoshiro256**' + "I' renamed 'Rand64' 7 年之前
  Roberto Ierusalimschy b44787652b using 'xoroshiro128+' for PRNG 7 年之前
  Roberto Ierusalimschy bdd10a08b1 in 'random', uses high-order bits instead of low-order 7 年之前
  Roberto Ierusalimschy c5e3b2f814 in random/'project', remove the special case for "small" intervals; 7 年之前
  Roberto Ierusalimschy 89da4168df avoid functions named 'pack' 7 年之前
  Roberto Ierusalimschy 6b01b6cf6a 'lu_int32' may not be 'int' 7 年之前
  Roberto Ierusalimschy e3388ebfad more explicit casts when converting an integer to a random float 7 年之前
  Roberto Ierusalimschy dbec41f34c random floats of different sizes get exactly needed number of random bits 7 年之前
  Roberto Ierusalimschy 0b3db69e41 slight simplification in 'xorshift128plus' 7 年之前
  Roberto Ierusalimschy 80ae1c1c16 fairer projection of random integers into an integer interval 7 年之前
  Roberto Ierusalimschy 66b7b075a6 'math.random' using the xorshift128+ algorithm 7 年之前
  Roberto Ierusalimschy 2a235312f0 detail (removing spaces at end of lines) 8 年之前
  Roberto Ierusalimschy 9903dd52a3 Using LUAI_UAC* types more consistently on vararg calls 8 年之前
  Roberto Ierusalimschy dc4232379d detail (ensure subtraction is done unsigned) 9 年之前