Closed slp closed 1 year ago
Some methods in rand.rs use "to_ne_bytes()", which yields different results between little endian and big endian machines. We need to modify some tests to be aware of this and avoid failure on big endian machines.
Some methods in rand.rs use "to_ne_bytes()", which yields different results between little endian and big endian machines. We need to modify some tests to be aware of this and avoid failure on big endian machines.