Implement RNG module

This commit is contained in:
Camden Dixie O'Brien
2025-09-23 15:35:26 +01:00
parent ca8166e98e
commit f4fcdc8a02
4 changed files with 40 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ add_library(batomorph
src/camera.c
src/ff.c
src/obj.c
src/rng.c
src/vec3.c
)
configure_target(batomorph)