aboutsummaryrefslogtreecommitdiff
path: root/manual/manual.of
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-03-23 16:01:16 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-03-23 16:01:16 -0300
commit86e8039a72646cd9192fd08a6f1771c90b872ff6 (patch)
treee0c68d303aba023fc44d8e9193e239cbf7ae97f9 /manual/manual.of
parent5a04f1851e0d42b4bcbb0af103490bc964e985aa (diff)
downloadlua-86e8039a72646cd9192fd08a6f1771c90b872ff6.tar.gz
lua-86e8039a72646cd9192fd08a6f1771c90b872ff6.tar.bz2
lua-86e8039a72646cd9192fd08a6f1771c90b872ff6.zip
Clock component removed from 'luaL_makeseed'
'clock' can be quite slow on some machines.
Diffstat (limited to 'manual/manual.of')
-rw-r--r--manual/manual.of4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/manual.of b/manual/manual.of
index fdae76f2..446517ec 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -5728,8 +5728,8 @@ it does not run it.
5728@apii{0,0,-} 5728@apii{0,0,-}
5729 5729
5730Returns a value with a weak attempt for randomness. 5730Returns a value with a weak attempt for randomness.
5731(It produces that value based on the current date and time, 5731(It produces that value based on the current date and time
5732the current processor time, and the address of an internal variable, 5732and the address of an internal variable,
5733in case the machine has Address Space Layout Randomization.) 5733in case the machine has Address Space Layout Randomization.)
5734 5734
5735} 5735}