Description:
Currently, the PinCode component displays the PIN entry key positions in ascending order. It would be useful to be able to display locations randomly, making it harder for hackers to guess the PIN.
Proposal:
Add a new randomPositions prop to the PinCode component. This prop should be a boolean which, when set to true, displays the PIN entry key positions randomly.