These calls to SkRandom are not sequenced.
authormtklein <mtklein@chromium.org>
Mon, 26 Sep 2016 13:29:18 +0000 (06:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 26 Sep 2016 13:29:18 +0000 (06:29 -0700)
commit1c127cc3e1d8603bf970211f1d85a1ce3b6fb138
treeb4e6a08dd6e03045ef9e6c86a0c1753d8e555a94
parent6c3b9cdcb047afe963c7bcf34834ba2ecccacc33
These calls to SkRandom are not sequenced.

This is why we see two versions of this GM: some compilers evaluate the
rand.nextRangeScalar() calls left to right, others right to left.

Remember this bug?
BUG=skia:3241
(https://codereview.chromium.org/1157943006 fixed hittestpath last year.)

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2368263002

Review-Url: https://codereview.chromium.org/2368263002
gm/beziers.cpp