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