NIKX-Tech / NIKX-Tech/numx

Migrate numx_sketch_rsvd to rng module; close FLAG S-01

Open
#64 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

validation
Dominant language
C
Stars
23
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Follow-up to #63 (rng module). Once rng lands, retrofit numx_sketch_rsvd to use it instead of the platform rand(), closing FLAG S-01: the 2 ESP32-S3 test failures caused by rand() seed portability across libc implementations (the RSVD algorithm itself is correct, see validation/results/sketch/sketch.md).

Re-validate on ESP32-S3 after the change to confirm 550/550 instead of 548/550.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the rng module from follow-up issue #63 and the numx_sketch_rsvd entry point, then read validation/results/sketch/sketch.md for the existing RSVD validation. Replace the platform rand() usage with rng, re-validate on ESP32-S3, and confirm the result reaches 550/550 while FLAG S-01 is closed.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
embedded-iot, testing-qa
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.