Added some methods to docs

This commit is contained in:
2023-08-21 20:55:38 +03:00
parent ee3a12d8e0
commit ef7bfe2668
2 changed files with 11 additions and 2 deletions

View File

@ -578,9 +578,10 @@ export class UserAPI {
*/
return this.randomGen() * (max - min) + min;
};
irand = this.randI
irand = this.randI;
rI = this.randI;
r = this.rand;
ir = this.randI;
seed = (seed: string | number): void => {
/**