add Random class

This commit is contained in:
MihailRis
2025-09-16 20:27:07 +03:00
parent 28afa4b6bf
commit 532c4887bc
3 changed files with 38 additions and 1 deletions
+2
View File
@@ -668,3 +668,5 @@ end
bit.compile = require "core:bitwise/compiler"
bit.execute = require "core:bitwise/executor"
random.Random = require "core:internal/random_generator"