Home
last modified time | relevance | path

Searched refs:CreateXoroshiro128 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.h23 BASE_NS::unique_ptr<IRandom> CreateXoroshiro128(uint64_t seed);
H A Drandom.cpp74 BASE_NS::unique_ptr<IRandom> CreateXoroshiro128(uint64_t seed) in CreateXoroshiro128() function
H A Dobject_registry.cpp59 ObjectRegistry::ObjectRegistry() : random_(CreateXoroshiro128(BASE_NS::FNV1aHash("ToolKitObjectRegi… in ObjectRegistry()