![]() |
generate random integers, random elements of finite fields More...
#include "canonicalform.h"Go to the source code of this file.
Data Structures | |
| class | CFRandom |
| virtual class for random element generation More... | |
| class | GFRandom |
| generate random elements in GF More... | |
| class | FFRandom |
| generate random elements in F_p More... | |
| class | IntRandom |
| generate random integers More... | |
| class | AlgExtRandomF |
| generate random elements in F_p(alpha) More... | |
| class | CFRandomFactory |
Functions | |
| int | factoryrandom (int n) |
| random integers with abs less than n More... | |
| void | factoryseed (int s) |
| random seed initializer More... | |
generate random integers, random elements of finite fields
Definition in file cf_random.h.
| int factoryrandom | ( | int | n | ) |
| void factoryseed | ( | int | s | ) |