Skip to content

Commit 4c76e9a

Browse files
committed
Fix runtime versions for math.randomseed()
Fixes #1213
1 parent bb4f4f0 commit 4c76e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/emmylua_code_analysis/resources/std

crates/emmylua_code_analysis/resources/std/math.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function math.rad(x) end
160160
--- @return integer
161161
function math.random(m, n) end
162162

163-
--- @version 5.1, 5.2, 5.3
163+
--- @version 5.1, 5.2, 5.3, JIT
164164
---
165165
--- Sets `x` as the "seed" for the pseudo-random generator: equal seeds
166166
--- produce equal sequences of numbers.

0 commit comments

Comments
 (0)