remove random function in std

This commit is contained in:
Daniella / Tove 2022-03-06 20:23:17 +01:00
parent 0f1ba8df43
commit 6fe8fe2e64

View file

@ -350,16 +350,6 @@ func dec {
( "=" varname strconcat 1 _layer_call ) "Store var" #
}
func random {
"file.isbpl" include
getos strlowercase dup ( "linux" strcontains ) swap ( "macos" strcontains ) or dup if {
"/dev/urandom" _file 0 1 read
}
not if {
"__windows_radom" call
}
}
func strlowercase {
def s _array =s "bind string" #
def i 0 =i