Is there any difference in algorithm between sampling from different number system, e.g.sample from a standard Gaussian distribution $X \sim N(0,1)$ with samples defined on rational numbers $Q$ or natural number $N$ or real number $R$ ?
Does the standard pseudo random number generating algorithm fits all different Number System by default? Or one has to develop for every Number systems ? Or sometimes it work sometimes it won’t work?