fn random(len: usize, vm: &VirtualMachine) -> PyResult<PyObjectRef>
Expand description
return a random vector range from 0 to 1 and length of len
fn random(len: usize, vm: &VirtualMachine) -> PyResult<PyObjectRef>
return a random vector range from 0 to 1 and length of len