SecureRandom constructor

SecureRandom([
  1. String algorithmName = ''
])

Create the secure random specified by the standard algorithmName.

Implementation

factory SecureRandom([String algorithmName = '']) =>
    registry.create<SecureRandom>(algorithmName);