exclude0          158 ext/mt-random/mt-random.c float Scm_MTGenrandF32(ScmMersenneTwister *mt, int exclude0)
exclude0          164 ext/mt-random/mt-random.c     } while (exclude0 && r == 0.0); /*if we get 0.0, try another one. */;
exclude0          169 ext/mt-random/mt-random.c double Scm_MTGenrandF64(ScmMersenneTwister *mt, int exclude0)
exclude0          177 ext/mt-random/mt-random.c     } while (exclude0 && r == 0.0); /*if we get 0.0, try another one. */;