Is there a way to use `cyrandom` like `numpy.random.rand` returns many random values at once? Running a for loop takes much more time.
Is there a way to use
cyrandomlikenumpy.random.randreturns many random values at once?Running a for loop takes much more time.