SecureRandom constructor
SecureRandom([
- String algorithmName = ''
Create the secure random specified by the standard algorithmName
.
Implementation
factory SecureRandom([String algorithmName = '']) =>
registry.create<SecureRandom>(algorithmName);