Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Feb 22, 2022 08:14 AM
Hello!
I need help with a process that I am hoping can happen in Airtable. We have a monthly ticket raffle where someone can enter for several different events. For example
Amber entered for Red, Blue, and Green
Jen entered for Red and Green
Sally entered for Blue
I broke out the data into different views so that I am only looking at Red, Blue, or Green and picking the winner. I tried to generate a random number using this method - Auto Generate Random Number, and then sort from least to greatest, but the problem is that Amber has the same chance of winning Red, Blue, and Green since the number is the same for each event.
In excel I just used a =rand which assigned a truly random number. Is there any way to make this happen in Airtable?
Feb 23, 2022 06:34 AM
As an aside, it’s very difficult for any computer to generate a truly random number.
Ergo, however separate the views may be, the generated numbers are deeply biased. Overcoming this requires a script that populates separate fields containing the best possibility of randomness for red, blue, and green outcomes.