morphologica icon indicating copy to clipboard operation
morphologica copied to clipboard

Get rid of new and delete in Random.h

Open sebjameswml opened this issue 1 year ago • 0 comments

RandString manages a RandUniform object. Use unique_ptr for this and replace the new/delete.

Good first issue.

sebjameswml avatar Dec 30 '23 13:12 sebjameswml