Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ray / purelib / ray / experimental / array / remote / random.py
Size: Mime:
import numpy as np

import ray


@ray.remote
def normal(shape):
    return np.random.normal(size=shape)