Move PRNG to Random.hh
This commit is contained in:
parent
18f8c141af
commit
cd9bf6c1a9
3 changed files with 48 additions and 32 deletions
|
@ -51,6 +51,7 @@
|
|||
C018AD3F21978E690094BE3C /* Queue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Queue.swift; sourceTree = "<group>"; };
|
||||
C018AD412197907B0094BE3C /* QueueTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QueueTests.swift; sourceTree = "<group>"; };
|
||||
C028A6A121A46796005DE718 /* Math.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Math.swift; sourceTree = "<group>"; };
|
||||
C04A27A421A6FB4B00FCABFB /* Random.hh */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Random.hh; sourceTree = "<group>"; };
|
||||
C08C589F218F46F000EAFC2D /* Algorithms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Algorithms.swift; sourceTree = "<group>"; };
|
||||
C08C58A1218F474E00EAFC2D /* TerrainAlgorithms.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = TerrainAlgorithms.metal; sourceTree = "<group>"; };
|
||||
C0C15A8A218DDD85007494E2 /* Terrain.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Terrain.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
|
@ -121,6 +122,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
C0C15ABA218E2A90007494E2 /* ShaderTypes.h */,
|
||||
C04A27A421A6FB4B00FCABFB /* Random.hh */,
|
||||
C0C15AB8218E2A90007494E2 /* Shaders.metal */,
|
||||
C08C58A1218F474E00EAFC2D /* TerrainAlgorithms.metal */,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue