Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: random number generation | Heinrich Schuchardt | 2020-06-14 | 1 | -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 header | Simon Glass | 2019-12-02 | 1 | -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> |