| 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>> |
nothing calls this directly
no outgoing calls
no test coverage detected