mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02:00
This leads to a bad pattern where anyone could create an RNG or a Console object. Instead, let's just use the common pattern of a static method to instantiate a new object and return it wrapped by a NonnullRefPtr.