MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Initialize

Function Initialize

Source/Engine/Core/RandomStream.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 /// </summary>
67 /// <param name="seed">The seed value.</param>
68 void Initialize(int32 seed)
69 {
70 _initialSeed = seed;
71 _seed = seed;
72 }
73
74 /// <summary>
75 /// Resets this random stream to the initial seed value.

Callers 13

GenerateNewSeedFunction · 0.70
DisposeMethod · 0.50
OnOnlineScriptsReloadingFunction · 0.50
SkeletonUpdaterMethod · 0.50
InitializeMethod · 0.50
OrderedDictionaryMethod · 0.50
InitializeHierarchyMethod · 0.50
InitializeMethod · 0.50
InitializeMethod · 0.50
SetupMethod · 0.50
InitializeMethod · 0.50
RebuildLayoutMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected