Changeset 0b1f01c in mainline for uspace/lib/c/include/rndgen.h


Ignore:
Timestamp:
2024-06-13T16:03:39Z (13 months ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master
Children:
3887aab2
Parents:
221daa5
git-author:
Miroslav Cimerman <mc@…> (2024-06-12 20:50:42)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2024-06-13 16:03:39)
Message:

Add option for 16-bit random number generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/rndgen.h

    r221daa5 r0b1f01c  
    4747extern void rndgen_destroy(rndgen_t *);
    4848extern errno_t rndgen_uint8(rndgen_t *, uint8_t *);
     49extern errno_t rndgen_uint16(rndgen_t *, uint16_t *);
    4950extern errno_t rndgen_uint32(rndgen_t *, uint32_t *);
    5051
Note: See TracChangeset for help on using the changeset viewer.