pub fn split(key: impl AsRef<Array>, num: i32) -> Result<(Array, Array)>
Split a PRNG key into two keys and return a tuple.