mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 21:15:47 +00:00
added deployment
This commit is contained in:
@@ -30,4 +30,8 @@ export class PseudoRandom {
|
||||
nextFloat(min: number, max: number): number {
|
||||
return this.next() * (max - min) + min;
|
||||
}
|
||||
|
||||
nextID(): string {
|
||||
return this.nextInt(0, 1000000).toString(36).padStart(5, '0');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user