Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ Int2I
Function
Int2I
third-party/lua-5.4.6/src/lmathlib.c:524–526 ·
view source on GitHub ↗
convert a 'lua_Unsigned' to a 'Rand64' */
Source
from the content-addressed store, hash-verified
522
523
/* convert a
'lua_Unsigned'
to a
'Rand64'
*/
524
static Rand64 Int2I (lua_Unsigned n) {
525
return packI((lu_int32)((n >> 31) >> 1), (lu_int32)n);
526
}
527
528
#endif /* } */
529
Callers
1
setseed
Function · 0.70
Calls
1
packI
Function · 0.70
Tested by
no test coverage detected