MCPcopy Index your code
hub / github.com/TeaCoder52/patcode / patternABBC

Function patternABBC

src/patterns4.ts:33–36  ·  view source on GitHub ↗
(digits: string[], rng: () => number)

Source from the content-addressed store, hash-verified

31}
32
33export function patternABBC(digits: string[], rng: () => number): string {
34 const [A, B, C] = utils.pickThreeDifferentDigits(digits, rng)
35 return utils.fromDigits([A, B, B, C])
36}
37
38export function patternMixed4(digits: string[], rng: () => number): string {
39 const list = [

Callers

nothing calls this directly

Calls 2

fromDigitsMethod · 0.80

Tested by

no test coverage detected