next method

Last updated: 2026-03-05T10:53:28.864Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

next(): : number

Source Code

  next(): number;

No outgoing dependencies.

Impact (Incoming)

graph LR next["next"] int["int"] pick["pick"] shuffle["shuffle"] char["char"] string["string"] int -->|calls| next pick -->|calls| next shuffle -->|calls| next char -->|calls| next string -->|calls| next style next fill:#dbeafe,stroke:#2563eb,stroke-width:2px click next "732c70cebcef6006.html" click int "8a137cb3b13f3db8.html" click pick "a0ef54292cb0bb75.html" click shuffle "b08e26b08bf80195.html" click char "b886b58e19700917.html" click string "6ff2cacee6966a8a.html"
SourceType
int calls
pick calls
shuffle calls
char calls
string calls