// // forwards.h // shared_random_generator // // Created by Sam Jaffe on 3/19/23. // Copyright © 2023 Sam Jaffe. All rights reserved. // #pragma once namespace engine::random { class Device; class Random; class Tape; }