SimEng
SimEng copied to clipboard
Fix up random buffer value generation.
As per https://github.com/UoB-HPC/SimEng/pull/408#discussion_r1609681048_ We should replace rand with a fixed seed and use a normal C++ PRNG so that we can generate something in range of the correct type.