You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sink can call the PRNG to determine the size of material to request, from 0 to the maximum allowable (throttled by the throughput or total capacity). When using a normal distribution, the mean and standard deviation of those requests are only limited to positive values.
However, this could result in very inefficient calls to the PRNG, resulting in significant numbers of rejected samples.
Could create a warning when the user has chosen an inefficient $\mu$ and $\sigma$
The text was updated successfully, but these errors were encountered:
Sink can call the PRNG to determine the size of material to request, from 0 to the maximum allowable (throttled by the throughput or total capacity). When using a normal distribution, the mean and standard deviation of those requests are only limited to positive values.
However, this could result in very inefficient calls to the PRNG, resulting in significant numbers of rejected samples.
Could create a warning when the user has chosen an inefficient$\mu$ and $\sigma$
The text was updated successfully, but these errors were encountered: