History log of /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dictionary/bloom_filter_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d4dbbd5008438855c56e38eba9c0ee1368a53a5a 09-Apr-2014 Yohei Yukawa <yukawa@google.com> Use C++11 random library

srand() and its friends are supposed to be discouraged since C++14.
This CL replaces srand() with new C++11 random libraries.

Change-Id: If2c25158c88c674cd3fd6d891559a9e32283e19e
/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dictionary/bloom_filter_test.cpp
111c05ff35763d6fe08a05ff341086de61498dc2 09-Apr-2014 Keisuke Kuroyanagi <ksk@google.com> Add BloomFilterTest.

Change-Id: If97b9e9cc3bbaa4c7877991c11d7935626268ca3
/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dictionary/bloom_filter_test.cpp