Implement RNG module

This commit is contained in:
2025-09-23 15:36:08 +01:00
parent 036b8fd4d3
commit 5d48f61406
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)