Re: Random Field - # digits

2021-08-31 Thread rgamarra
ki/Universally_unique_identifier#Collisions > > > > > On 31 Aug 2021, at 14:04, rgamarra wrote: > > > > hi, > > > >> Random ≠ unique. > > > > Agree. They are not the same. I don't want a tie breaker, I want to know > > how many ties I

Re: Random Field - # digits

2021-08-31 Thread rgamarra
; > Random ≠ unique. If you really need a tie breaker, you'll have to sort on > the uiqueKey field. > > What is your use case here? When using a cursor, sorting on a random field > will yield confusing results. > > Thomas > > Op ma 30 aug. 2021 om 17:33 schreef rgama

Random Field - # digits

2021-08-30 Thread rgamarra
Hi there! I'm using random fields (eg sort=random_1234 DESC) as a tie breaker. I'm wondering the underlying random sequence how many digits uses for each generated number. My result sets my contain (in principle) millions of results, so I would like to have an estimation of possible clashes (ie t