CIL
CIL copied to clipboard
Remove random deprecated method from operator power method
Since v25.0.0 we have updated the random method used to allocate random numbers to data containers. The old method RANDOM_DEPCRECATED has been maintained in the LinearOperator PowerMethod function because we don't want to pass seed as an argument to norm. We should change this before the deprecated method is removed.