(seed: string)
| 113 | } |
| 114 | |
| 115 | export function rollWithSeed(seed: string): Roll { |
| 116 | return rollFrom(mulberry32(hashString(seed))) |
| 117 | } |
| 118 | |
| 119 | export function companionUserId(): string { |
| 120 | const config = getGlobalConfig() |
nothing calls this directly
no test coverage detected