Optimize UI interface
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function getRandom(a: number, b: number): number {
|
||||
return Math.random() * (b - a) + a;
|
||||
}
|
||||
return Math.random() * (b - a) + a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user