Deleted copy constructor; an RNG must not be copied.

Synopsis

Declared in <random.h>

RandomMixin(RandomMixin const& other) = delete;

Parameters

Name

Description

other

The instance that would be copied.

Created with MrDocs