doc: releases: release-notes: 3.7: add informations on random helpers

Release notes for random PR #70513

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-04-03 13:22:18 +02:00 committed by Carles Cufí
parent f2495b7d57
commit 5f95ec76a1
1 changed files with 6 additions and 0 deletions

View File

@ -225,6 +225,12 @@ Libraries / Subsystems
* Crypto
* Random
* Besides the existing :c:func:`sys_rand32_get` function, :c:func:`sys_rand8_get`,
:c:func:`sys_rand16_get` and :c:func:`sys_rand64_get` are now also available.
These functions are all implemented on top of :c:func:`sys_rand_get`.
* Retention
* SD