- Timestamp:
- 08/04/11 23:36:57 (13 years ago)
- File:
-
- 1 edited
-
ps/trunk/source/maths/Random.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/maths/Random.h
r9955 r9964 95 95 if (x.index != y.index) 96 96 return false; 97 for (uint32_t i = 0; i < ARRAY_SIZE( state); ++i)97 for (uint32_t i = 0; i < ARRAY_SIZE(x.state); ++i) 98 98 if (x.state[i] != y.state[i]) 99 99 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
