MCPcopy Create free account
hub / github.com/VcDevel/Vc / Random

Method Random

Vc/common/simdarray.h:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718 ///\copydoc Vector::Random
719 static Vc_INTRINSIC fixed_size_simd<T, N> Random()
720 {
721 return fromOperation(Common::Operations::random());
722 }
723
724 template <class G, class = decltype(std::declval<G>()(std::size_t())),
725 class = enable_if<!Traits::is_simd_vector<G>::value>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected