System.Random

as Kem said : Generating complex passwords - #4 by Kem_Tekinay
a new system.random has the same seed and generate the same serie of numbers
so if you make more than one you may end up with the same numbers
using crypto.generaterandombytes gives you different numbers each time.

1 Like