]> www.ginac.de Git - cln.git/blobdiff - src/integer/random/cl_I_random.cc
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / src / integer / random / cl_I_random.cc
index de51b84ca8988f6e97afa41f06f6cbc532701025..d05e00b0b81c9d056808c7d839ab3d228aa2aa18 100644 (file)
@@ -21,7 +21,7 @@ const cl_I random_I (random_state& randomstate, const cl_I& n)
        var const uintD* n_MSDptr;
        var uintC n_len;
        var const uintD* n_LSDptr;
-       I_to_NDS_nocopy(n, n_MSDptr=,n_len=,n_LSDptr=,cl_false,); // Digit sequence >0 zu n
+       I_to_NDS_nocopy(n, n_MSDptr=,n_len=,n_LSDptr=,false,); // Digit sequence >0 zu n
        var uintD* MSDptr;
        var uintC len = n_len + ceiling(16,intDsize); // 16 Bits mehr
        // neue UDS mit len Zufallsdigits bilden: