Skip to content

Commit ed6a064

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • crates/emmylua_code_analysis/resources/std

crates/emmylua_code_analysis/resources/std/math.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ function math.rad(x) end
160160
--- @return integer
161161
function math.random(m, n) end
162162

163-
--- @version 5.1, 5.2, 5.3
164-
---
165163
--- Sets `x` as the "seed" for the pseudo-random generator: equal seeds
166164
--- produce equal sequences of numbers.
167165
--- @param x integer

0 commit comments

Comments
 (0)