summaryrefslogtreecommitdiff
path: root/include/rand.h
Commit message (Collapse)AuthorAgeFilesLines
* doc: random number generationHeinrich Schuchardt2020-06-141-3/+3
| | | | | | | Add random number generation APIs to the HTML documentation. Fix style issues. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* common: Move random-number functions into their own headerSimon Glass2019-12-021-0/+40
Create a new rand.h header file and move functions into it, to reduce the size of common.h Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>