You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to get a random element from a sequence using (rand-nth seq) but I was always getting the same value. After digging into to the source code I figured out it uses (. Math (random)) under the hood.