diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-03-23 16:01:16 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-03-23 16:01:16 -0300 |
commit | 86e8039a72646cd9192fd08a6f1771c90b872ff6 (patch) | |
tree | e0c68d303aba023fc44d8e9193e239cbf7ae97f9 /manual/manual.of | |
parent | 5a04f1851e0d42b4bcbb0af103490bc964e985aa (diff) | |
download | lua-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.of | 4 |
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 | ||
5730 | Returns a value with a weak attempt for randomness. | 5730 | Returns 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 |
5732 | the current processor time, and the address of an internal variable, | 5732 | and the address of an internal variable, |
5733 | in case the machine has Address Space Layout Randomization.) | 5733 | in case the machine has Address Space Layout Randomization.) |
5734 | 5734 | ||
5735 | } | 5735 | } |