nx_analyze_seeddemo.nx
buildroot/runtime/nx_analyze_seeddemo.nx
about
nx_analyze_seeddemo.nx -- one-shot: write a DURABLE demo dataset (price = 5*size - 2*age + noise) to
knowledge/store/azdemo- , sharded row:0/row:1 across the 256 version window, so the nx_analyze `report`
verb can be exercised LIVE over MCP against a real persisted seg_store. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_analyst_store.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 6 | const SD_MAGIC_1103515245: i64 = 1103515245 |
| 7 | const SD_MAGIC_12345: i64 = 12345 |
| 8 | const SD_N: i64 = 300 |
| 9 | const SD_SHARD: i64 = 150 |
functions
| 10 | func sd_lcg(s: i64) -> i64 { return (s * SD_MAGIC_1103515245 + SD_MAGIC_12345) & 0x7fffffff } called by 1: main |
| 11 | func sd_catn(buf: *u8, o: i64, v: i64) -> i64 |
| 23 | func main() -> i64 |