acm_random: provide full range for Rand8()
authorJames Zern <jzern@google.com>
Wed, 26 Nov 2014 23:17:49 +0000 (15:17 -0800)
committerJames Zern <jzern@google.com>
Wed, 3 Dec 2014 20:56:05 +0000 (12:56 -0800)
commit306319387bbb2b6a63e9a906abd26660b0b2a111
tree94e1f7fc776fc5556e1cd3fd8078639fceff28c9
parent8f3db5f22e2f400f50f1ea050d17fe9bbbb272fe
acm_random: provide full range for Rand8()

the gtest implementation used only returns values between 0 and 2^31-1

+ temporarily disable some tests in lpf_8_test which misbehave with the
  new range

Change-Id: I8a026680c4b8c12dc14d4f24c33edb2315963114
test/acm_random.h
test/lpf_8_test.cc