We have an application which needs to select a random row from about 15000 rows.
we are getting the value from
ll_row = Rand(ll_rowcount)
During repeated testing Ive noticed a unexpected high frequency of specific numbers (like 993) which defy the usual odds.
I am curious if anyone else has worked extensively with Rand in PB2017R3 and had similar experiences(or the contrary)
Best
Glenn Barber