Searched refs:CreateXoroshiro128 (Results 1 – 3 of 3) sorted by relevance
23 BASE_NS::unique_ptr<IRandom> CreateXoroshiro128(uint64_t seed);
74 BASE_NS::unique_ptr<IRandom> CreateXoroshiro128(uint64_t seed) in CreateXoroshiro128() function
59 ObjectRegistry::ObjectRegistry() : random_(CreateXoroshiro128(BASE_NS::FNV1aHash("ToolKitObjectRegi… in ObjectRegistry()