Create a 3×3×3 array of random values in the range [0, 1). To make this reproducible, seed the global random state with 0 before generating the values.
solve(...)