‣ RandomObjectByList ( C, L ) | ( operation ) |
Returns: an object in C
The arguments are a ring as category C and a list L consisting of one integer. The output is the unique object of C, i.e., RingAsCategoryUniqueObject
(C).
‣ RandomObjectByInteger ( C, n ) | ( operation ) |
Returns: an object in C
The arguments are a ring as category C and an integer n. The output is the unique object of C, i.e., RingAsCategoryUniqueObject
(C).
‣ RandomMorphismWithFixedSourceAndRangeByList ( S, R, L ) | ( operation ) |
Returns: a morphism in C
The arguments are two objects S, R and a list L consisting of one integer. The output is a morphism from S to R whose underlying element is a sum of L[1] random elements in the underlying ring.
‣ RandomMorphismWithFixedSourceAndRangeByInteger ( S, R, n ) | ( operation ) |
Returns: a morphism in C
The arguments are two objects S, R and an integer n. The output is a morphism from S to R whose underlying element is a sum of n random elements in the underlying ring.
‣ RandomMorphismWithFixedSourceByList ( S, L ) | ( operation ) |
Returns: a morphism in C
The arguments are an object S in a ring as category C and a list L consisting of one integer. The output is an endomorphism of S whose underlying element is a sum of 1+Log2Int
(L[1]) random elements in the underlying ring.
‣ RandomMorphismWithFixedSourceByInteger ( S, n ) | ( operation ) |
Returns: a morphism in C
The arguments are an object S in a ring as category C and an integer n. The output is an endomorphism of S whose underlying element is a sum of 1+Log2Int
(n) random elements in the underlying ring.
‣ RandomMorphismWithFixedRangeByList ( R, L ) | ( operation ) |
Returns: a morphism in C
The arguments are an object R in a ring as category C and a list L consisting of one integer. The output is an endomorphism of R whose underlying element is a sum of 1+Log2Int
(L[1]) random elements in the underlying ring.
‣ RandomMorphismWithFixedRangeByInteger ( R, n ) | ( operation ) |
Returns: a morphism in C
The arguments are an object R in a ring as category C and an integer n. The output is an endomorphism of R whose underlying element is a sum of 1+Log2Int
(n) random elements in the underlying ring.
‣ RandomMorphismByList ( C, L ) | ( operation ) |
Returns: a morphism in C
The arguments are a ring as category C and a list L consisting of one integer. The output is an endomorphism of the unique object of C whose underlying element is a sum of 1+Log2Int
(L[1]) random elements in the underlying ring.
‣ RandomMorphismByInteger ( C, n ) | ( operation ) |
Returns: a morphism in C
The arguments are a ring as category C and an integer n. The output is an endomorphism of the unique object of C whose underlying element is a sum of 1+Log2Int
(n) random elements in the underlying ring.
generated by GAPDoc2HTML