[OpenSTA-devel] [ opensta-Bugs-1406888 ] Distribution of RANDOM variable sequences is non-uniform
Brought to you by:
dansut
|
From: SourceForge.net <no...@so...> - 2006-01-15 22:32:43
|
Bugs item #1406888, was opened at 2006-01-15 17:31 Message generated for change (Settings changed) made by dansut You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1406888&group_id=10857 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Script Language Group: Behavioral Status: Open >Resolution: Accepted Priority: 5 Submitted By: Daniel Sutcliffe (dansut) >Assigned to: Daniel Sutcliffe (dansut) Summary: Distribution of RANDOM variable sequences is non-uniform Initial Comment: Given a RANDOM variable you would expect that for every call to GENERATE there was an equal chance of getting any of the potential results - this appears to not be the case and for any set of potential results there will be certain result values which have a higher chance of being returned and others which have a lower chance. As an example given potential results of 1 and 2, there is roughly 53% chance of getting a 2 and 47% chance of getting a 1. This type/scale of result weighting applies to all result set sizes - giving a random result that although "fairly random" could potentially throw out test results in certain very specific circumstances. This problem is present on all platforms for the OpenSTA 1.4.3 release and earlier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1406888&group_id=10857 |