summaryrefslogtreecommitdiff
path: root/include/rand.h
AgeCommit message (Collapse)Author
2020-06-14doc: random number generationHeinrich Schuchardt
Add random number generation APIs to the HTML documentation. Fix style issues. Signed-off-by: Heinrich Schuchardt <[email protected]>
2019-12-02common: Move random-number functions into their own headerSimon Glass
Create a new rand.h header file and move functions into it, to reduce the size of common.h Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]>