The source project of this merge request has been removed.
Fix issue #110 TestingDeviceAdapter uniform_int_distribution
This fix addresses issue #110 (closed). Test functions in TestingDeviceAdapter have been updated to test large arrays through random indices using std::uniform_int_distribution rather than testing every 100th or 50th value. @sujin.philip @robertmaynard