Voxellancer  0.3
A game about voxels in space
 All Classes Functions Pages
randbool.h
1 #pragma once
2 
3 
4 class RandBool
5 {
6 public:
7  static bool rand(float trueProbability);
8 };
9 
Definition: randbool.h:4