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

Function patternABCCBA

src/patterns6.ts:28–31  ·  view source on GitHub ↗
(digits: string[], rng: () => number)

Source from the content-addressed store, hash-verified

26}
27
28export function patternABCCBA(digits: string[], rng: () => number): string {
29 const [A, B, C] = utils.pickThreeDifferentDigits(digits, rng)
30 return utils.fromDigits([A, B, C, C, B, A])
31}
32
33export function patternMixed6(digits: string[], rng: () => number): string {
34 const list = [

Callers

nothing calls this directly

Calls 2

fromDigitsMethod · 0.80

Tested by

no test coverage detected