![]() |
Synthia
Generic and flexible data structure generator
|
Simple illustration of the shrinking process on randomly generated integers.
Definition at line 31 of file Prime.java.
Static Public Member Functions | |
| static void | main (String[] args) |
| static boolean | isPrime (int n) |
| Checks if an integer is prime. More... | |
|
static |
Checks if an integer is prime.
| n | The integer |
Definition at line 54 of file Prime.java.
|
static |
Definition at line 33 of file Prime.java.