Random.cpp: Support for baremetal arc4random

Open
#26 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp
Domain
embedded-iot

Research direction

Start by reading random.cpp and tracing its current rand() usage. Investigate the project's existing approach to platform-specific or bare-metal device access, then determine how arc4random and a bare-metal random device should be selected and tested. Done means random.cpp supports the requested sources without breaking existing targets.

Written by the indexing model from the issue text.

Description

enhancement

random.cpp - get support for arc4random and opening a bare metal random device

We currently just use rand(), but we could be much better.

Dominant language
C++
Stars
99
Forks
19
PR merge metrics
No merged PRs in 30d

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.

More from embeddedartistry/libcpp

All issues in embeddedartistry/libcpp

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.