SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<domain D :shared2p , type T, dim N> | |
D T | _randomize (D T[[N]] arr) |
template<domain D :shared2p , dim N> | |
D bool | randomize (D bool[[N]] arr) |
template<domain D :shared2p , dim N> | |
D uint8 | randomize (D uint8[[N]] arr) |
template<domain D :shared2p , dim N> | |
D uint16 | randomize (D uint16[[N]] arr) |
template<domain D :shared2p , dim N> | |
D uint32 | randomize (D uint32[[N]] arr) |
template<domain D :shared2p , dim N> | |
D uint | randomize (D uint[[N]] arr) |
template<domain D :shared2p , dim N> | |
D int8 | randomize (D int8[[N]] arr) |
template<domain D :shared2p , dim N> | |
D int16 | randomize (D int16[[N]] arr) |
template<domain D :shared2p , dim N> | |
D int32 | randomize (D int32[[N]] arr) |
template<domain D :shared2p , dim N> | |
D int | randomize (D int[[N]] arr) |
template<domain D :shared2p , dim N> | |
D xor_uint8 | randomize (D xor_uint8[[N]] arr) |
template<domain D :shared2p , dim N> | |
D xor_uint16 | randomize (D xor_uint16[[N]] arr) |
template<domain D :shared2p , dim N> | |
D xor_uint32 | randomize (D xor_uint32[[N]] arr) |
template<domain D :shared2p , dim N> | |
D xor_uint64 | randomize (D xor_uint64[[N]] arr) |