DOC: explicit default value behavior

This commit is contained in:
François Boulogne
2016-06-12 21:00:07 +02:00
parent 57438a8d26
commit 41e9c8d91a
+1
View File
@@ -21,6 +21,7 @@ def binary_blobs(length=512, blob_size_fraction=0.1, n_dim=2,
Should be in [0, 1].
seed : int, optional
Seed to initialize the random number generator.
If `None`, a random seed from the operating system is used.
Returns
-------