removed unused processesseessess
This commit is contained in:
parent
348f355eb2
commit
4fdc567e08
158 changed files with 1317 additions and 3351 deletions
|
|
@ -67,8 +67,7 @@
|
|||
}
|
||||
|
||||
function seedUnit(seed = "", key = "") {
|
||||
if (typeof stableUnit === "function") return stableUnit(seed, key);
|
||||
return parseInt(hashString(`${seed}:${key}`).slice(0, 6), 36) / (36 ** 6);
|
||||
return stableUnit(seed, key);
|
||||
}
|
||||
|
||||
function seedPick(seed = "", key = "", list = []) {
|
||||
|
|
@ -149,6 +148,5 @@
|
|||
prepareAddOptions,
|
||||
birthProfile,
|
||||
personalityArray,
|
||||
hashString,
|
||||
});
|
||||
})(typeof window !== "undefined" ? window : globalThis);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue