Fixing some more broken stuff

This commit is contained in:
2024-04-14 23:58:40 +02:00
parent 4b6275d2e0
commit 5548d30da8
3 changed files with 6 additions and 4 deletions

View File

@ -229,6 +229,7 @@ export class UserAPI {
randI: any;
rand: any;
ir: any;
irand: any;
r: any;
seed: any;
localSeededRandom: any;
@ -401,6 +402,7 @@ export class UserAPI {
this.scope = Canvas.scope(this.app);
this.randI = Randomness.randI(this);
this.ir = this.randI;
this.irand = this.randI;
this.rand = Randomness.rand(this);
this.r = this.rand;
this.seed = Randomness.seed(this);