[*] bug fix: RNG strings werent deterministic
This commit is contained in:
parent
d791725438
commit
4086fc94bb
@ -81,7 +81,7 @@ namespace Aurora::RNG
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ReadSecureRNG(AuMemoryViewWrite { pString, uLength });
|
Read(AuMemoryViewWrite { pString, uLength });
|
||||||
|
|
||||||
if (!ERngStringCharactersIsValid(type))
|
if (!ERngStringCharactersIsValid(type))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user