ash,hush: fix a thinko about 2^64-1 factorization
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 15 Mar 2014 08:25:46 +0000 (09:25 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 15 Mar 2014 08:25:46 +0000 (09:25 +0100)
commitac03a40cbac4545909b6529d358c253f8a6d3b45
tree9b4bc1c4bff113fcdaf9a3dc794e9bd9498ba6cd
parent2bba591991f5ac9b97582e37375dd49492c63df0
ash,hush: fix a thinko about 2^64-1 factorization

function                                             old     new   delta
next_random                                          113     119      +6

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/random.c