mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
3 lines
128 B
Python
3 lines
128 B
Python
.seed!: (a := Num, version := Int) => NoneType
|
|
.randint!: (a: Int, b: Int) => Int
|
|
.choice!: |T: Type, S <: Seq(T)|(seq: S) => T
|