Instance

PHOTO EMBED

Mon Aug 15 2022 10:53:07 GMT+0000 (Coordinated Universal Time)

Saved by @ale_figure8

const singleton = new Singleton();
const singleton2 = new Singleton();
console.log(singleton.random); // 0.9087391609879097
console.log(singleton2.random); // 0.9087391609879097
content_copyCOPY