scipy.stats.qmc.PoissonDisk.random# PoissonDisk.random(n=1)[source]# Draw n in the interval [0, 1]. Note that it can return fewer samples if the space is full. See the note section of the class. Parameters nint, optionalNumber of samples to generate in the parameter space. Default is 1. Returns samplearray_like (n, d)QMC sample.