genrand_int32     232 ompi/mca/topo/treematch/treematch/k-partitioning.c 	j =  genrand_int32() % n;
genrand_int32     328 ompi/mca/topo/treematch/treematch/tm_bucket.c     i = genrand_int32()%(N-2)+1;
genrand_int32     332 ompi/mca/topo/treematch/treematch/tm_bucket.c       j = genrand_int32()%(N-i-2)+i+1;
genrand_int32     427 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	j =  genrand_int32() % n;
genrand_int32     108 ompi/mca/topo/treematch/treematch/tm_malloc.c     extra_data[i] = (char) genrand_int32() % 256;
genrand_int32     161 ompi/mca/topo/treematch/treematch/tm_mt.c   return (long) (genrand_int32() >> 1);
genrand_int32     168 ompi/mca/topo/treematch/treematch/tm_mt.c   return genrand_int32() * (1.0 / 4294967295.0);
genrand_int32     176 ompi/mca/topo/treematch/treematch/tm_mt.c   return genrand_int32() * (1.0 / 4294967296.0);
genrand_int32     184 ompi/mca/topo/treematch/treematch/tm_mt.c   return (((double) genrand_int32()) + 0.5) * (1.0 / 4294967296.0);
genrand_int32     192 ompi/mca/topo/treematch/treematch/tm_mt.c   unsigned long a = genrand_int32() >> 5, b = genrand_int32() >> 6;
genrand_int32       5 ompi/mca/topo/treematch/treematch/tm_mt.h unsigned long genrand_int32(void); 
genrand_int32     346 ompi/mca/topo/treematch/treematch/tm_solution.c     hash_tab[i].key = genrand_int32();