From 23853d65e5c31f182a405427f580123f214e386e Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Fri, 24 May 2019 21:19:11 +0100 Subject: STY: Clean up code Pep8 fixes Remove unused imports Fix name error --- numpy/random/common.pyx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'numpy/random/common.pyx') diff --git a/numpy/random/common.pyx b/numpy/random/common.pyx index 994de4345..0fd2d154a 100644 --- a/numpy/random/common.pyx +++ b/numpy/random/common.pyx @@ -45,6 +45,10 @@ cdef object random_raw(bitgen_t *bitgen, object lock, object size, object output Parameters ---------- + bitgen : BitGenerator + Address of the bit generator struct + lock : Threading.Lock + Lock provided by the bit generator size : int or tuple of ints, optional Output shape. If the given shape is, e.g., ``(m, n, k)``, then ``m * n * k`` samples are drawn. Default is None, in which case a -- cgit v1.2.1