MCPcopy Index your code
hub / github.com/arrayfire/arrayfire-rust / get

Method get

src/core/random.rs:197–199  ·  view source on GitHub ↗

Returns the native FFI handle for Rust object `RandomEngine`

(&self)

Source from the content-addressed store, hash-verified

195
196 /// Returns the native FFI handle for Rust object `RandomEngine`
197 pub unsafe fn get(&self) -> af_random_engine {
198 self.handle
199 }
200}
201
202/// Increment reference count of RandomEngine's native resource

Callers 2

random_uniformFunction · 0.45
random_normalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected