
-----Original Message----- From: Michael Walle [mailto:michael@walle.cc] Sent: 23 May 2012 22:05 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; Wolfgang Denk Subject: Re: [PATCH v5 1/5] lib: add rand() function
Am Samstag 12 Mai 2012, 00:50:45 schrieb Michael Walle:
It's a PRNG using the simple and fast xorshift method.
Signed-off-by: Michael Walle michael@walle.cc Cc: Wolfgang Denk wd@denx.de
Hi Wolfgang,
can you ack this patch? In that case i could add the acked-by line in the next version of this patch series to ease the picking by Prafulla. All your previous comments should be addressed :)
include/common.h | 6 ++++++ lib/Makefile | 1 + lib/rand.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 lib/rand.c
If I consider the files being checked in, those are generic, I would suggest if Wolfgang can pull them.
Regards.. Prafulla . . .