27 virtual int nextInt() ;
30 virtual int nextInt(
int const bound) ;
33 virtual int64 nextLong() ;
36 virtual bool nextBoolean() ;
39 virtual float nextFloat() ;
42 virtual double nextDouble() ;
45 virtual double nextGaussianDouble() ;
48 virtual void consumeCount(uint count) ;
51 virtual ::std::unique_ptr<::IRandom> fork() ;
66 MCFOLD
int $nextInt();
68 MCFOLD
int $nextInt(
int const bound);
70 MCFOLD int64 $nextLong();
72 MCFOLD
bool $nextBoolean();
74 MCFOLD
double $nextDouble();
76 MCAPI
double $nextGaussianDouble();
78 MCFOLD
void $consumeCount(uint count);
80 MCFOLD ::std::unique_ptr<::IRandom> $fork();