Skip to content

Commit

Permalink
Update clsSecurity.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
ReyarB committed Jul 9, 2021
1 parent 9dc4ac9 commit 5fa13c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODIGO/clsSecurity.cls
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Private XorArray(137) As Byte

Public Sub Initialize()
Call Rnd(-1)
Call Randomize(129)
Call Randomize(105)

Dim i As Integer
For i = 0 To UBound(XorArray)
Expand Down

0 comments on commit 5fa13c0

Please sign in to comment.