morphologica
morphologica copied to clipboard
Get rid of new and delete in Random.h
RandString manages a RandUniform object. Use unique_ptr for this and replace the new/delete.
Good first issue.