ng-numpy-randomstate icon indicating copy to clipboard operation
ng-numpy-randomstate copied to clipboard

Numpy-compatible random number generator that supports multiple core psuedo RNGs and explicitly parallel generation.

Results 1 ng-numpy-randomstate issues
Sort by recently updated
recently updated
newest added

I've been using my own wrapper to generate uniform random integers of small specific bit widths. The idea is to cache the output of a block of random_uintegers and then...