The issue with your current code is that mockUpStrand() generates a new random strand every time it's called. If you want to keep generating random strands but need to reference a specific one later, you could store the generated strand. Let me know if you need an example