|
| template<domain D :shared3p , dim N> |
| D bool | randomize (D bool[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D uint8 | randomize (D uint8[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D uint16 | randomize (D uint16[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D uint32 | randomize (D uint32[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D uint | randomize (D uint[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D int8 | randomize (D int8[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D int16 | randomize (D int16[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D int32 | randomize (D int32[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D int | randomize (D int[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D xor_uint8 | randomize (D xor_uint8[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D xor_uint16 | randomize (D xor_uint16[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D xor_uint32 | randomize (D xor_uint32[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D xor_uint64 | randomize (D xor_uint64[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D fix32 | randomize (D fix32[[N]] arr) |
| |
| template<domain D :shared3p , dim N> |
| D fix64 | randomize (D fix64[[N]] arr) |
| |
Function for randomizing values.