Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(random): pass dtype argument to numpy random Generator
numpy random Generator methods do not check the datatype of an output array, so if the output dtype is not the default (np.float64), the dtype must be explicitly passed to the generator. Closes #288
- Loading branch information