From 8343194ea16297eb3e51627eb3f35c529850c6f8 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 8 Oct 2008 03:15:34 +0000 Subject: Update examples for recent API changes --- doc/examples/ressol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/ressol.cpp') diff --git a/doc/examples/ressol.cpp b/doc/examples/ressol.cpp index 9fedc8115..ff49ef19d 100644 --- a/doc/examples/ressol.cpp +++ b/doc/examples/ressol.cpp @@ -14,7 +14,7 @@ void test_ressol(const BigInt& p, RandomNumberGenerator& rng) for(int j = 0; j != 1000; ++j) { - BigInt x = random_integer(rng, 0, p); + BigInt x = BigInt::random_integer(rng, 0, p); //if(x % p_16 == 0) //std::cout << "p = " << p << " x = " << x << "\n"; -- cgit v1.2.3