Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nusu/avvvatars
/ MinMax
Interface
MinMax
src/lib/random.ts:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
interface
MinMax extends range {
14
random: number
15
}
16
17
function
minMax(opts: MinMax){
18
const
{ random, min, max } = opts
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected