Randomize function returning same value each time I run my test

Unless you change your randomization seed, you’ll always get the same “random” value. This is a good thing; it allows you to reproduce errors.