From: Stephane Eranian Date: Wed, 11 Oct 2006 08:21:45 +0000 (-0700) Subject: [PATCH] Add carta_random32() library routine X-Git-Tag: v2.6.19-rc2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ab2928cc2202f13f0574d4c6f567f166d307eb;p=pandora-kernel.git [PATCH] Add carta_random32() library routine This is a follow-up patch based on the review for perfmon2. This patch adds the carta_random32() library routine + carta_random32.h header file. This is fast, simple, and efficient pseudo number generator algorithm. We use it in perfmon2 to randomize the sampling periods. In this context, we do not need any fancy randomizer. Signed-off-by: stephane eranian Cc: David Mosberger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed