I'll paste the CSV of the data dictionary here. it should be a good start to solving your problem. Paste this into a text file and save it as a CSV and upload to test it in your local REDCap. It uses the current time to generate a "random" number.
Variable / Field Name,Form Name,Section Header,Field Type,Field Label,"Choices, Calculations, OR Slider Labels",Field Note,Text Validation Type OR Show Slider Number,Text Validation Min,Text Validation Max,Identifier?,Branching Logic (Show field only if...),Required Field?,Custom Alignment,Question Number (surveys only),Matrix Group Name,Matrix Ranking?,Field Annotation
record_id,admin_center,,text,"<div class=""rich-text-field-label""><p>Record ID</p></div>",,,,,,,,,,,,,
name_1,random_feeder,,text,Enter a name,,,,,,,,,,,,,
name_2,random_feeder,,text,Enter a name,,,,,,,,,,,,,
name_3,random_feeder,,text,Enter a name,,,,,,,,,,,,,
name_4,random_feeder,,text,Enter a name,,,,,,,,,,,,,
name_5,random_feeder,,text,Enter a name,,,,,,,,,,,,,
name_6,random_feeder,,text,Enter a name,,,,,,,,,,,,,
current_time,random_test,,text,,,,,,,,,,,,,, @NOW @HIDDEN
rand_num,random_test,,calc,Calculate random name,"mod(datediff(""2020-01-01 00:00:00"", [current_time], ""s"", ""ymd"", true), 6) + 1",,,,,,,,,,,,
random_name,random_test,,text,Random name generator,,,,,,,,,,,,," @CALCTEXT(if([rand_num]=1, [name_1], if([rand_num]=2, [name_2], if([rand_num]=3, [name_3], if([rand_num]=4, [name_4], if([rand_num]=5, [name_5], [name_6]))))))
@HIDDEN"
output,random_test,,text,The chosen one is [random_name],,,,,,,,,,,,,